Agda-2.6.1.1: A dependently typed functional programming language and proof assistant
Safe HaskellNone
LanguageHaskell2010

Agda.Compiler.MAlonzo.Coerce

Synopsis

Documentation

addCoercions :: TTerm -> TCM TTerm Source #

Insert unsafeCoerce (in the form of TCoerce) everywhere it's needed in the right-hand side of a definition.

erasedArity :: QName -> TCM Nat Source #

The number of retained arguments after erasure.