idris-1.3.1: Functional Programming Language with Dependent Types
Idris.Core.WHNF
Description
whnf :: Context -> Env -> Term -> Term Source #
Reduce a term to weak head normal form.
whnfArgs :: Context -> Env -> Term -> Term Source #
Reduce a type so that all arguments are expanded
data WEnv Source #
Defined in Idris.Core.WHNF
Methods
showsPrec :: Int -> WEnv -> ShowS #
show :: WEnv -> String #
showList :: [WEnv] -> ShowS #