Package

at.logic.gapt.proofs

occurrences

Permalink

package occurrences

Linear Supertypes
AnyRef, Any
Content Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. occurrences
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. trait FOFactory extends AnyRef

    Permalink

    Formula occurrence factory.

    Formula occurrence factory. This factory is stored in FormulaOccurrence itself, sometimes passed via an implicit

    factory

    parameter, or directly linked to defaultFormulaOccurrenceFactory.

    Specialized factories can return instances of subclasses of FormulaOccurrence, e.g. at.logic.gapt.proofs.lksk.LKskFOFactory.

    FIXME: The only supported factory is defaultFormulaOccurrenceFactory at the moment.

    factory }}}

    Specialized factories can return instances of subclasses of FormulaOccurrence, e.g. at.logic.gapt.proofs.lksk.LKskFOFactory.

    FIXME: The only supported factory is defaultFormulaOccurrenceFactory at the moment.

  2. class FormulaOccurrence extends AnyRef

    Permalink

    A formula occurrence is an occurrence of a HOLFormula in a proof.

    A formula occurrence is an occurrence of a HOLFormula in a proof. Both formulas in different sequents and multiple occurrences of the same formula (e.g. introduced by contraction) have a different FormulaOccurrence.

Value Members

  1. object defaultFormulaOccurrenceFactory extends FOFactory

    Permalink

    Creates instances of FormulaOccurrence.

  2. implicit val factory: defaultFormulaOccurrenceFactory.type

    Permalink
  3. implicit def formulaOccurrenceToFormula(fo: FormulaOccurrence): HOLFormula

    Permalink

    Implicitly converts a FormulaOccurrence to the formula its occurrence it records.

Inherited from AnyRef

Inherited from Any

Ungrouped