| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Language.Kuifje.PrettyPrint
Contents
Documentation
class Boxable a where Source #
Instances
| Boxable Bool Source # | |
| Boxable Int Source # | |
| Boxable Integer Source # | |
| Show a => Boxable [a] Source # | |
Defined in Language.Kuifje.PrettyPrint | |
| (Boxable a, Ord a) => Boxable (Dist a) Source # | |
| (Show a, Show b) => Boxable (a, b) Source # | |
Defined in Language.Kuifje.PrettyPrint | |
| (Show a, Show b, Show c) => Boxable (a, b, c) Source # | |
Defined in Language.Kuifje.PrettyPrint | |
| (Show a, Show b, Show c, Show d) => Boxable (a, b, c, d) Source # | |
Defined in Language.Kuifje.PrettyPrint | |