Safe Haskell | None |
---|---|
Language | Haskell2010 |
- checkTypeOfMain :: QName -> Type -> TCM [Decl] -> TCM [Decl]
- treelessPrimName :: TPrim -> String
- importsForPrim :: TCM [ModuleName]
- xForPrim :: [(String, TCM [a])] -> TCM [a]
- primBody :: String -> TCM Exp
- noCheckCover :: QName -> TCM Bool
- pconName :: String -> TCM String
- bltQual' :: String -> String -> TCM String
Documentation
checkTypeOfMain :: QName -> Type -> TCM [Decl] -> TCM [Decl] Source #
Check that the main function has type IO a, for some a.
treelessPrimName :: TPrim -> String Source #
importsForPrim :: TCM [ModuleName] Source #