Safe Haskell | None |
---|---|
Language | Haskell2010 |
Data.Grid.Internal.Pretty
Documentation
class PrettyList l where Source #
Methods
prettyList :: l -> String Source #
Instances
Show a => PrettyList [[[a]]] Source # | |
Defined in Data.Grid.Internal.Pretty Methods prettyList :: [[[a]]] -> String Source # | |
Show a => PrettyList [[a]] Source # | |
Defined in Data.Grid.Internal.Pretty Methods prettyList :: [[a]] -> String Source # | |
Show a => PrettyList [a] Source # | |
Defined in Data.Grid.Internal.Pretty Methods prettyList :: [a] -> String Source # |