grids-0.5.0.0

Safe HaskellNone
LanguageHaskell2010

Data.Grid.Internal.Pretty

Documentation

class PrettyList l where Source #

Methods

prettyList :: l -> String Source #

Instances
Show a => PrettyList [[[a]]] Source # 
Instance details

Defined in Data.Grid.Internal.Pretty

Methods

prettyList :: [[[a]]] -> String Source #

Show a => PrettyList [[a]] Source # 
Instance details

Defined in Data.Grid.Internal.Pretty

Methods

prettyList :: [[a]] -> String Source #

Show a => PrettyList [a] Source # 
Instance details

Defined in Data.Grid.Internal.Pretty

Methods

prettyList :: [a] -> String Source #