proposal #2254: have Control.Arrow re-export (>>>) and (<<<)

Ross Paterson ross at soi.city.ac.uk
Wed Apr 30 19:51:51 EDT 2008


A previous proposal:

	http://hackage.haskell.org/trac/ghc/ticket/1773

split the Arrow class, making (>>>) and (<<<) functions in
Control.Category.  This breaks programs that use Control.Arrow.

To avoid some of the breakage, the proposal is that Control.Arrow should
re-export (>>>) and (<<<), imported from Control.Category.


More information about the Libraries mailing list