[Haskell-beginners] Unmaybe

Brent Yorgey byorgey at seas.upenn.edu
Wed May 15 17:19:54 CEST 2013


On Wed, May 15, 2013 at 10:37:56PM +0800, Adrian May wrote:
> 
> I'd best give names to those forks though otherwise the whole project plan
> will break whenever I insert a new one. Can I give a parameter to an
> operator? Like:
> 
> task1 `fork "name"` taskb
>
> task1 ( >^> "name" ) taskb

No, unfortunately neither of those is possible.

-Brent



More information about the Beginners mailing list