box-0.9.0: boxes
Safe HaskellSafe-Inferred
LanguageHaskell2010

Box

Description

A profunctor effect

“Boxes are surprisingly bulky. Discard or recycle the box your cell phone comes in as soon as you unpack it. You don’t need the manual or the CD that comes with it either. You’ll figure out the applications you need through using it.” — Marie Kondo

Synopsis

Documentation

>>> :set -XOverloadedStrings
>>> import Box
>>> import Prelude
>>> pushList <$|> qList [1,2,3]
[1,2,3]
>>> glue toStdout <$|> qList ["a", "b", "c"]
a
b
c

module Box.Box

module Box.IO

module Box.Queue

module Box.Time