Safe Haskell | None |
---|---|
Language | Haskell2010 |
Translating Agda types to Haskell types. Used to ensure that imported Haskell functions have the right type.
Documentation
haskellType :: QName -> HsCompileM Type Source #
checkConstructorCount :: QName -> [QName] -> [HaskellCode] -> TCM () Source #
hsTelApproximation :: Type -> HsCompileM ([Type], Type) Source #
hsTelApproximation' :: PolyApprox -> Type -> HsCompileM ([Type], Type) Source #