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

Safe HaskellSafe
LanguageHaskell2010

Language.Primitives.IoAble

Documentation

class IoAble a where Source #

Minimal complete definition

stringify, meansPrint

Methods

stringify :: a -> String Source #

meansPrint :: a -> Bool Source #