tstp2agda-0.1.0.0: Proof-term reconstruction from TSTP to Agda

Safe HaskellNone
LanguageHaskell2010

T2A.Core

Synopsis

Documentation

data AgdaSignature

An Agda type signature α : τ

Constructors

Signature String [Formula]

Regular top level signature

ScopedSignature String [Formula]

Fully scoped signature with no newly introduced type variables

buildSignature :: ProofMap -> String -> Maybe AgdaSignature

Given a proof map ω and some formula name φ, construct the appropriated AgdaSignature based on the parents of φ

fname :: AgdaSignature -> String

Retrieve signature name