WeakeningLeftTactic
gapt.proofs.gaptic.tactics.WeakeningLeftTactic
case class WeakeningLeftTactic(applyToLabel: String) extends Tactical1[Unit]
Removes a formula from the antecedent of a goal.
Value parameters
- applyToLabel
-
The label of the formula to be removed.
Attributes
- Source
- lkTactics.scala
- Graph
-
- Supertypes
Members list
Type members
Inherited classlikes
Attributes
- Inherited from:
- Tactical1
- Source
- core.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Value members
Concrete methods
Attributes
- Source
- lkTactics.scala
Inherited methods
Attributes
- Inherited from:
- Tactic
- Source
- core.scala
Attributes
- Inherited from:
- Tactic
- Source
- core.scala
Attributes
- Definition Classes
- Inherited from:
- Tactical1
- Source
- core.scala
Attributes
- Inherited from:
- Tactic
- Source
- core.scala
Attributes
- Inherited from:
- Tactical1
- Source
- core.scala
Attributes
- Inherited from:
- Tactic
- Source
- core.scala
Attributes
- Inherited from:
- Tactic
- Source
- core.scala
Attributes
- Inherited from:
- Tactic
- Source
- core.scala
Attributes
- Inherited from:
- Tactic
- Source
- core.scala
Attributes
- Inherited from:
- Tactic
- Source
- core.scala
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
Attributes
- Inherited from:
- Tactic
- Source
- core.scala
Attributes
- Inherited from:
- Tactic
- Source
- core.scala
Attributes
- Inherited from:
- Tactical1
- Source
- core.scala
Attributes
- Inherited from:
- Tactic
- Source
- core.scala
Attributes
- Inherited from:
- Tactic
- Source
- core.scala
In this article