Ticket #1773 (closed proposal: fixed)
Add Compositor class as superclass of Arrow, in Control.Compositor
| Reported by: | guest | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Not GHC |
| Component: | libraries/base | Version: | 6.6.1 |
| Keywords: | Cc: | ||
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | Difficulty: | Unknown | |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
The Compositor class has two members:
class Compositor comp where identity :: comp a a (>>>) :: comp a b -> comp b c -> comp a c
with the obvious monoid. A number of useful types are Compositors but not Arrows.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

