Packages

object IvyParser extends Logger

Implements parsing of ivy format: https://www.cs.unm.edu/~mccune/papers/ivy/ into Ivy's Resolution calculus.

Source
Ivy.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IvyParser
  2. Logger
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Position = List[Int]
  2. type ProofId = String

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(fn: InputFile): IvyResolutionProof
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def debug(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logger
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def error(msg: ⇒ Any, e: Throwable): Nothing
    Attributes
    protected
    Definition Classes
    Logger
  11. def error(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logger
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  14. def get_literal_by_position(c: FOLClause, pos: Seq[SExpression], clauseexp: SExpression): (SequentIndex, List[Int])
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  16. def info(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logger
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val ivy_escape_table: Map[String, String]
  19. def makeVerbose(): Unit
    Definition Classes
    Logger
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  23. def parse(exp: SExpression): IvyResolutionProof
  24. def parse(exp: Seq[SExpression]): IvyResolutionProof
  25. def parse_atom(name: String, args: Seq[SExpression]): FOLAtom
  26. def parse_clause(exp: SExpression): FOLClause
  27. def parse_clause_(exp: SExpression): List[HOLFormula]
  28. def parse_clause_frompos(exp: SExpression, pos: List[Int]): (HOLFormula, List[Int])
  29. def parse_position(l: Seq[SExpression]): List[Int]
  30. def parse_step(exp: SExpression, found_steps: (ProofId) ⇒ IvyResolutionProof): IvyResolutionProof
  31. def parse_steps(exp: Seq[SExpression]): IvyResolutionProof
  32. def parse_substitution(exp: SExpression): FOLSubstitution
  33. def parse_substitution_(exp: Seq[SExpression]): List[(FOLVar, FOLTerm)]
  34. def parse_term(ts: SExpression): FOLTerm
  35. def replaceTerm_by_in_at(what: FOLTerm, by: FOLTerm, exp: FOLExpression, pos: List[Int]): FOLExpression
  36. def rewrite_name(s: String): String
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. def trace(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logger
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. def warn(msg: ⇒ Any, e: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logger
  44. def warn(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logger

Inherited from Logger

Inherited from AnyRef

Inherited from Any

Ungrouped