box-0.9.3.1: A profunctor effect system.
Safe HaskellSafe-Inferred
LanguageGHC2021

Box

Description

A profunctor effect system

“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