currentGoal

gapt.proofs.gaptic.TacticCommands.currentGoal
case object currentGoal extends Tactical1[OpenAssumption]

Retrieves the current subgoal.

Attributes

Source
TacticCommands.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Inherited classlikes

protected class FindFormula(goal: OpenAssumption, mode: TacticApplyMode)

Attributes

Inherited from:
Tactical1
Source
core.scala
Supertypes
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels = EmptyTuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Singleton
Source
Mirror.scala
type MirroredElemTypes = EmptyTuple

Attributes

Inherited from:
Singleton
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredMonoType = Singleton.this.type

The mirrored *-type

The mirrored *-type

Attributes

Inherited from:
Singleton
Source
Mirror.scala
type MirroredType = Singleton.this.type

Attributes

Inherited from:
Singleton
Source
Mirror.scala

Value members

Concrete methods

Inherited methods

def aka(newName: => String): Tactic[T]

Attributes

Inherited from:
Tactic
Source
core.scala
def andThen[S](t2: => Tactic[S]): Tactic[S]

Attributes

Inherited from:
Tactic
Source
core.scala
override def apply(proofState: ProofState): Either[TacticFailure, (T, ProofState)]

Attributes

Definition Classes
Inherited from:
Tactical1
Source
core.scala
def cut(errorMessage: String): Tactic[T]

Attributes

Inherited from:
Tactic
Source
core.scala
protected def findFormula(goal: OpenAssumption, mode: TacticApplyMode): FindFormula

Attributes

Inherited from:
Tactical1
Source
core.scala
def flatMap[S](f: OpenAssumption => Tactic[S])(implicit file: File, line: Line): Tactic[S]

Attributes

Inherited from:
Tactic
Source
core.scala
def focused: Tactic[T]

Attributes

Inherited from:
Tactic
Source
core.scala
def fromProduct(p: Product): MirroredMonoType

Create a new instance of type T with elements taken from product p.

Create a new instance of type T with elements taken from product p.

Attributes

Inherited from:
Singleton
Source
Mirror.scala
def map[S](f: OpenAssumption => S)(implicit file: File, line: Line): Tactic[S]

Attributes

Inherited from:
Tactic
Source
core.scala
def onAll[S](t2: => Tactic[S]): Tactic[Unit]

Attributes

Inherited from:
Tactic
Source
core.scala

Attributes

Inherited from:
Tactic
Source
core.scala

Attributes

Inherited from:
Tactic
Source
core.scala
def orElse[S >: OpenAssumption](t2: => Tactic[S]): Tactic[S]

Returns result of first tactical, if there is any, else it returns the result of the second tactical, with the possibility of no result from either.

Returns result of first tactical, if there is any, else it returns the result of the second tactical, with the possibility of no result from either.

Attributes

Inherited from:
Tactic
Source
core.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def quiet: Tactic[T]

Attributes

Inherited from:
Tactic
Source
core.scala
def quietOnly(loggers: Logger*): Tactic[T]

Attributes

Inherited from:
Tactic
Source
core.scala
protected def replace(proof: LKProof): Tactic[Unit]

Attributes

Inherited from:
Tactical1
Source
core.scala
def verbose: Tactic[T]

Attributes

Inherited from:
Tactic
Source
core.scala
def verboseOnly(loggers: Logger*): Tactic[T]

Attributes

Inherited from:
Tactic
Source
core.scala