object ProofBuilder extends ProofBuilder[Nothing]
- Source
- ProofBuilder.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProofBuilder
- ProofBuilder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
b[P >: Nothing](inference: (Nothing, Nothing) ⇒ P): ProofBuilder[P]
Applies a binary inference to the top two elements of the proof stack.
Applies a binary inference to the top two elements of the proof stack.
- inference
A function (LKProof, LKProof) => LKProof
- Definition Classes
- ProofBuilder
-
def
c[P >: Nothing](proof: P): ProofBuilder[P]
Pushes a proof onto the stack.
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
qed: Nothing
If there is exactly one proof on the stack, returns that proof.
If there is exactly one proof on the stack, returns that proof.
- Definition Classes
- ProofBuilder
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
t[P >: Nothing](inference: (Nothing, Nothing, Nothing) ⇒ P): ProofBuilder[P]
Applies a ternary inference to the top three elements of the proof stack.
Applies a ternary inference to the top three elements of the proof stack.
- inference
A function (NDProof, NDProof, NDProof) => NDProof
- Definition Classes
- ProofBuilder
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
u[P >: Nothing](inference: (Nothing) ⇒ P): ProofBuilder[P]
Applies a unary inference to the top element of the proof stack.
Applies a unary inference to the top element of the proof stack.
- inference
A function LKProof => LKProof.
- Definition Classes
- ProofBuilder
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
This is the API documentation for GAPT.
The main package is gapt.