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

Safe HaskellSafe-Infered

Agda.TypeChecking.Rebind

Synopsis

Documentation

rebindClause :: Clause -> TCM ClauseSource

Change Binds to NoBind if the variable is not used in the body. Also normalises the body in the process. Or not. Disabled.