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

Safe HaskellNone

Agda.Compiler.MAlonzo.Misc

Contents

Synopsis

Documentation

Types coming from Agda are named T<number>.

Other definitions coming from Agda are named d<number>.

Names coming from Haskell must always be used qualified.

ihname :: String -> Nat -> NameSource

unqhname :: String -> QName -> NameSource

xhqn :: String -> QName -> TCM QNameSource

bltQual :: String -> String -> TCM QNameSource

mazstr :: [Char]Source

mazerror :: [Char] -> tSource

rtmQual :: String -> QNameSource

rtmVar :: String -> ExpSource

rtmError :: [Char] -> ExpSource

fakeD :: Name -> String -> DeclSource

fakeDS :: String -> String -> DeclSource

fakeDQ :: QName -> String -> DeclSource

fakeType :: String -> TypeSource

fakeExp :: String -> ExpSource