1 2 3 4 5 6 7 8 9
module Language.Mili.Reducer ( nf ) where import Data.Mili ( Term(..) ) -- | Reduce term to normal form nf :: Term -> Term nf m = m