idris-0.12.3: Functional Programming Language with Dependent Types
Idris.Core.WHNF
Description
Synopsis
whnf :: Context -> Term -> Term Source #
Reduce a *closed* term to weak head normal form.
data WEnv Source #
Instances
Methods
showsPrec :: Int -> WEnv -> ShowS #
show :: WEnv -> String #
showList :: [WEnv] -> ShowS #