mappy-0.1.3.0: A functional programming language focused around maps.

Safe HaskellSafe
LanguageHaskell2010

Language.PrettyPrintable

Documentation

class PrettyPrintable a where Source

Methods

pretty :: a -> String Source