Agda-2.4.2.1: A dependently typed functional programming language and proof assistant

Safe HaskellNone
LanguageHaskell98

Agda.TypeChecking.EtaContract

Description

Compute eta short normal forms.

Synopsis

Documentation

data BinAppView Source

Constructors

App Term (Arg Term) 
NoApp Term 

etaContract :: TermLike a => a -> TCM a Source

Contracts all eta-redexes it sees without reducing.