object MonoidCancellation extends TacticsProof
Monoid cancellation benchmark from Gregory Malecha and Jesper Bengtson: Extensible and Efficient Automation Through Reflective Tactics, ESOP 2016.
- Source
- MonoidCancellation.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MonoidCancellation
- TacticsProof
- TacticsProof0
- 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 benchmarkFormula(n: Int): Formula
- lazy val cancel: Tactic[Unit]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
implicit
def
ctx: ImmutableContext
- Definition Classes
- TacticsProof0
-
def
ctx_=(newContext: ImmutableContext): Unit
- Attributes
- protected
- Definition Classes
- TacticsProof0
-
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
- lazy val iterLeft: Tactic[Unit]
- lazy val iterRight: Tactic[Unit]
-
def
main(args: Array[String]): Unit
- Definition Classes
- TacticsProof
-
val
mutableContext: MutableContext
- Attributes
- protected
- Definition Classes
- TacticsProof0
-
implicit
def
mutableCtxImplicit: MutableContext
- Attributes
- protected
- Definition Classes
- TacticsProof
-
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 proveBenchmark(n: Int): LKProof
- def runBenchmark(n: Int): Unit
- val setup: Tactic[Unit]
- val solve: Tactic[Unit]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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.