| Copyright | (C) 2012-2016 University of Twente 2016 Myrtle Software Ltd |
|---|---|
| License | BSD2 (see the file LICENSE) |
| Maintainer | Christiaan Baaij <christiaan.baaij@gmail.com> |
| Safe Haskell | None |
| Language | Haskell2010 |
Clash.Core.Pretty
Description
Pretty printing class and instances for CoreHW
Documentation
Pretty printing Show-like typeclass
Minimal complete definition
Instances
| Pretty Text # | |
| Pretty TyCon # | |
| Pretty Term # | |
| Pretty Type # | |
| Pretty DataCon # | |
| Pretty Literal # | |
| Pretty Pat # | |
| Pretty LitTy # | |
| Pretty StackFrame # | |
Defined in Clash.Core.Evaluator Methods ppr :: LFresh m => StackFrame -> m Doc # pprPrec :: LFresh m => Rational -> StackFrame -> m Doc # | |
| Pretty a => Pretty [a] # | |
| Pretty (OccName a) # | |
| Pretty (Name a) # | |
| Pretty (Var Term) # | |
| Pretty (Var Type) # | |
| Pretty (Id, Term) # | |