S05
Contents
Synopsis
See ../solutions/s05.pdf.
data Term Source
Constructors
Instances
vars :: Term -> [String]Source
freeVars :: Term -> [String]Source
boundVars :: Term -> [String]Source
applySubst :: String -> Term -> Term -> TermSource