tpdb-2.2.2: Data Type for Rewriting Systems
Safe HaskellNone
LanguageHaskell2010

TPDB.CPF.Proof.Read

Synopsis

Documentation

readCP :: Text -> Either SomeException [CertificationProblem] Source #

dangerous: not all constructor arguments will be set. the function produces something like

CertificationProblem { input = CertificationProblemInput , proof = TrsTerminationProof undefined }

getDummy :: Name -> b -> Cursor -> [b] Source #