idris-0.12.3: Functional Programming Language with Dependent Types

CopyrightLicense : BSD3
MaintainerThe Idris Community.
Safe HaskellNone
LanguageHaskell98

Idris.Core.WHNF

Description

 

Synopsis

Documentation

whnf :: Context -> Term -> Term Source #

Reduce a *closed* term to weak head normal form.

data WEnv Source #

Instances