Agda.TypeChecking.Rebind
- rebindClause :: Clause -> TCM Clause
Documentation
rebindClause :: Clause -> TCM Clause
Change Bind
s to NoBind
if the variable is not used in the body.
Also normalises the body in the process. Or not. Disabled.
Agda-2.3.0: A dependently typed functional programming language and proof assistant
Agda.TypeChecking.Rebind
rebindClause :: Clause -> TCM Clause
Change Bind
s to NoBind
if the variable is not used in the body.
Also normalises the body in the process. Or not. Disabled.