Ticket #2254 (closed proposal: fixed)

Opened 5 years ago

Last modified 4 years ago

have Control.Arrow re-export (>>>) and (<<<)

Reported by: ross Owned by:
Priority: normal Milestone: Not GHC
Component: libraries/base Version: 6.8.2
Keywords: Cc:
Operating System: Unknown/Multiple Architecture: Unknown/Multiple
Type of failure: Difficulty: Unknown
Test Case: Blocked By:
Blocking: Related Tickets:

Description

#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.

Change History

Changed 5 years ago by ganesh

I support this; I think it's unnecessarily burdensome on users to have to import Control.Category when using arrows.

Changed 5 years ago by igloo

  • difficulty set to Unknown
  • milestone set to Not GHC

Changed 5 years ago by simonmar

  • architecture changed from Unknown to Unknown/Multiple

Changed 5 years ago by simonmar

  • os changed from Unknown to Unknown/Multiple

Changed 4 years ago by ross

  • status changed from new to closed
  • resolution set to fixed

fait accompli

Note: See TracTickets for help on using tickets.