LKToND

gapt.proofs.lk.transformations.LKToND
object LKToND

Attributes

Source
LKToND.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
LKToND.type

Members list

Value members

Concrete methods

def apply(proof: LKProof, focus: Option[SequentIndex])(implicit ctx: Context): NDProof

Converts an LKProof π into a natural deduction proof.

Converts an LKProof π into a natural deduction proof.

Value parameters

focus

The index in the LK succedent of the formula to be proved in the ND proof, or None if the succedent is empty.

proof

The proof π.

Attributes

Returns

The natural deduction proof translate(π).

Source
LKToND.scala