gapt.proofs.context.facet.package.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gapt_3 Show documentation
Show all versions of gapt_3 Show documentation
General Architecture for Proof Theory
The newest version!
package gapt.proofs.context
import gapt.logic.hol.SkolemFunctions
package object facet {
implicit val skolemFunsFacet: Facet[SkolemFunctions] = Facet[SkolemFunctions](SkolemFunctions(None))
}