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

Safe HaskellNone

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.