mappy-0.1.0.2: A functional programming language focused around maps.
Language.Primitives.Io
data Io Source #
Constructors
Instances
Methods
(==) :: Io -> Io -> Bool #
(/=) :: Io -> Io -> Bool #
compare :: Io -> Io -> Ordering #
(<) :: Io -> Io -> Bool #
(<=) :: Io -> Io -> Bool #
(>) :: Io -> Io -> Bool #
(>=) :: Io -> Io -> Bool #
max :: Io -> Io -> Io #
min :: Io -> Io -> Io #
showsPrec :: Int -> Io -> ShowS #
show :: Io -> String #
showList :: [Io] -> ShowS #
ioInsert :: IoAble a => a -> a -> () Source #