DrHylo-0.0.1: A tool for deriving hylomorphismsSource codeContentsIndex
Language.Pointwise.Syntax
Documentation
data Term Source
Constructors
Var String
Unit
Const String
Term :&: Term
Fst Term
Snd Term
Case Term Term Term
Match Term [(Term, Term)]
Inl Term
Inr Term
Lam String Term
Term :@: Term
In Term
Out Term
Fix Term
show/hide Instances
isPair :: Term -> BoolSource
pwFst :: Term -> TermSource
pwSnd :: Term -> TermSource
isInl :: Term -> BoolSource
isInr :: Term -> BoolSource
isInlr :: Term -> BoolSource
isIn :: Term -> BoolSource
free :: Term -> [String]Source
subst :: [(String, Term)] -> Term -> TermSource
step :: Term -> TermSource
replace :: [(String, Term)] -> Term -> TermSource
distr :: TermSource
swap :: TermSource
coswap :: TermSource
assocr :: TermSource
coassocr :: TermSource
test :: TermSource
Produced by Haddock version 2.7.2