termlib-0.9: Term Rewriting Library

Safe HaskellSafe-Infered

Termlib.Problem

Documentation

data Problem

Constructors

Problem 

Fields

startTerms :: StartTerms

considered start-terms

strategy :: Strategy

considered strategy

variables :: Variables

underlying set of variables

signature :: Signature

underlying signature

strictDPs :: Trs

strict dependency pairs

strictTrs :: Trs

strict rules

weakDPs :: Trs

weak dependency pairs

weakTrs :: Trs

weak rules

data Ruleset

Constructors

Ruleset 

Fields

sdp :: Trs

strict dependency pairs

wdp :: Trs

weak dependency pairs

strs :: Trs

strict rules

wtrs :: Trs

weak rules