DelayedProofResult

gapt.examples.theories.Theory.DelayedProofResult
See theDelayedProofResult companion object
case class DelayedProofResult(proofName: Expr, usedLemmas: Seq[(Expr, Formula)], proof: LKProof)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def inst(proofNameInst: Expr): DelayedProofResult
def updates: Seq[ProofDefinitionDeclaration]

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

val name: String