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

Safe HaskellNone
LanguageHaskell2010

Agda.Compiler.MAlonzo.Pretty

Contents

Documentation

Orphan instances

Pretty TyVarBind Source # 
Pretty QOp Source # 

Methods

pretty :: QOp -> Doc Source #

prettyPrec :: Int -> QOp -> Doc Source #

Pretty Name Source # 
Pretty QName Source # 
Pretty ModuleName Source # 
Pretty Literal Source # 
Pretty Alt Source # 

Methods

pretty :: Alt -> Doc Source #

prettyPrec :: Int -> Alt -> Doc Source #

Pretty Exp Source # 

Methods

pretty :: Exp -> Doc Source #

prettyPrec :: Int -> Exp -> Doc Source #

Pretty Stmt Source # 
Pretty Pat Source # 

Methods

pretty :: Pat -> Doc Source #

prettyPrec :: Int -> Pat -> Doc Source #

Pretty Type Source # 
Pretty Match Source # 
Pretty Binds Source # 
Pretty ConDecl Source # 
Pretty DataOrNew Source # 
Pretty Decl Source # 
Pretty ImportSpec Source # 
Pretty ImportDecl Source # 
Pretty ModulePragma Source # 
Pretty Module Source #