idris-1.3.4: Functional Programming Language with Dependent Types
LicenseBSD3
MaintainerThe Idris Community.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Idris.Core.WHNF

Description

 
Synopsis

Documentation

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 #

Instances

Instances details
Show WEnv Source # 
Instance details

Defined in Idris.Core.WHNF

Methods

showsPrec :: Int -> WEnv -> ShowS

show :: WEnv -> String

showList :: [WEnv] -> ShowS