Safe Haskell | Safe-Infered |
---|
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.