mappy-0.1.0.1: A functional programming language focused around maps.
Language.Primitives.IoAble
class IoAble a where Source #
Minimal complete definition
stringify, meansPrint
Methods
stringify :: a -> String Source #
meansPrint :: a -> Bool Source #
Instances
stringify :: Expression -> String Source #
meansPrint :: Expression -> Bool Source #