tpdb-1.1.1: Data Type for Rewriting Systems

Safe HaskellNone
LanguageHaskell98

TPDB.CPF.Proof.Type

Description

Synopsis

Documentation

data Origin Source

Constructors

ProofOrigin 

Fields

tool :: Tool
 

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)

ComplexityInput 

data DPS Source

Constructors

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

Instances

data ComplexityClass Source

Constructors

ComplexityClassPolynomial

it seems the degree must always be given in CPF, although the category spec also allows POLY http:/cl-informatik.uibk.ac.atusersgeorgcbrcompetitionrules.php

Fields

degree :: Int
 

class ToExotic a where Source

Methods

toExotic :: a -> Exotic Source

type TES = TRS Identifier Identifier Source

legaca stuff (used in matchbox)