tpdb-0.8.2: Data Type for Rewriting Systems

Safe HaskellNone

TPDB.CPF.Proof.Type

Description

internal representation of CPF termination proofs, see http://cl-informatik.uibk.ac.at/software/cpf/

Synopsis

Documentation

data Tool Source

Constructors

Tool 

Fields

name :: String
 
version :: String
 

data CertificationProblemInput Source

Constructors

TrsInput

this is actually not true, since instead of copying from XTC, CPF format repeats the definition of TRS, and it's a different one (relative rules are extra)

data Sharp i Source

Constructors

Sharp i 
Plain i 

Instances

Typeable1 Sharp 
Eq i => Eq (Sharp i) 
Ord i => Ord (Sharp i) 
(Typeable i, XmlContent i) => XmlContent (Sharp i) 

data DPS Source

Constructors

forall s . (XmlContent s, Typeable s) => DPS [Rule (Term Identifier s)] 

data Model Source

Constructors

FiniteModel 

Fields

carrierSize :: Int
 

Instances

data Interpret Source

Constructors

forall s . XmlContent s => Interpret 

Fields

symbol :: s
 
arity :: Int
 
value :: Value
 

type TES = TRS Identifier IdentifierSource

legaca stuff (used in matchbox)