termlib-0.9: Term Rewriting Library

Safe HaskellSafe-Infered

Termlib.Term

Documentation

data Term

Constructors

Var Variable

term is a variable

Fun Symbol [Term]

'Fun f ts' denotes term with root symbol f and arguments ts

depth :: Term -> Int

size :: Term -> Int

fsize :: Term -> Int