aboutsummaryrefslogtreecommitdiff
path: root/src/Language/Mili/Reducer.hs
blob: a65e0186d6a21139ebd1375f2513f6a903f79edc (plain) (blame)
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