tpdb-0.9.8: Data Type for Rewriting Systems

Safe HaskellNone

TPDB.CPF.Proof.Read

Synopsis

Documentation

readCP :: String -> IO [CertificationProblem]Source

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

CertificationProblem { input = CertificationProblemInput , proof = TrsTerminationProof undefined }

getDummy :: ArrowXml cat => String -> c -> cat (NTree XNode) cSource