| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Agda.Compiler.MAlonzo.Pretty
Contents
Documentation
prettyPrint :: Pretty a => a -> String #
prettyGuardedRhs :: String -> GuardedRhs -> Doc #
isOperator :: QName -> Bool #
prettyQName :: QName -> Doc #
Orphan instances
| Pretty TyVarBind # | |
| Pretty QOp # | |
| Pretty Name # | |
| Pretty QName # | |
| Pretty ModuleName # | |
Methods pretty :: ModuleName -> Doc # prettyPrec :: Int -> ModuleName -> Doc # prettyList :: [ModuleName] -> Doc # | |
| Pretty Literal # | |
| Pretty Alt # | |
| Pretty Exp # | |
| Pretty Stmt # | |
| Pretty Pat # | |
| Pretty Type # | |
| Pretty Match # | |
| Pretty Binds # | |
| Pretty Strictness # | |
Methods pretty :: Strictness -> Doc # prettyPrec :: Int -> Strictness -> Doc # prettyList :: [Strictness] -> Doc # | |
| Pretty ConDecl # | |
| Pretty DataOrNew # | |
| Pretty Decl # | |
| Pretty ImportSpec # | |
Methods pretty :: ImportSpec -> Doc # prettyPrec :: Int -> ImportSpec -> Doc # prettyList :: [ImportSpec] -> Doc # | |
| Pretty ImportDecl # | |
Methods pretty :: ImportDecl -> Doc # prettyPrec :: Int -> ImportDecl -> Doc # prettyList :: [ImportDecl] -> Doc # | |
| Pretty ModulePragma # | |
Methods pretty :: ModulePragma -> Doc # prettyPrec :: Int -> ModulePragma -> Doc # prettyList :: [ModulePragma] -> Doc # | |
| Pretty Module # | |