Proposal: refactor Arrow class

Ross Paterson ross at soi.city.ac.uk
Mon Jul 16 19:33:47 CEST 2012


On Mon, Jul 16, 2012 at 05:14:05PM +0100, Twan van Laarhoven wrote:
> [...]
> Is either of these classes enough for the do/if sugar? Or do you also
> need (&&&) and (|||) for those?

For if or case you need premap and (|||).
For do you need premap and (&&&).

But if you have Category and premap, you can make (|||) from left,
and (&&&) from first.

> But maybe I am wanting too much at once. :)

That occurred to me too.



More information about the Libraries mailing list