idris-1.0: Functional Programming Language with Dependent Types

CopyrightLicense : BSD3
MaintainerThe Idris Community.
Safe HaskellNone
LanguageHaskell98

Idris.Core.WHNF

Description

 

Synopsis

Documentation

whnf :: Context -> Env -> Term -> Term #

Reduce a term to weak head normal form.

whnfArgs :: Context -> Env -> Term -> Term #

Reduce a type so that all arguments are expanded

data WEnv #

Instances

Show WEnv # 

Methods

showsPrec :: Int -> WEnv -> ShowS #

show :: WEnv -> String #

showList :: [WEnv] -> ShowS #