Portability | portable |
---|---|
Stability | experimental |
Maintainer | [email protected] |
Data.FunArr
Description
Conversion between arrow values and wrapped functions.
Documentation
class FunArr (~>) w | ~> -> w, w -> ~> whereSource
Convert between an arrow value and a "wrapped function". The "arrow" doesn't really have to be an arrow. I'd appreciate ideas for names & uses.