On Sun, Oct 10, 2010 at 6:32 PM, Johannes Waldmann
<waldm...@imn.htwk-leipzig.de> wrote:
> Oh, and while we're at it - are there standard notations
> for "forward" function composition and application?
>
> I mean instead of      h . g . f $ x
> I'd sometimes prefer   x ? f ? g ? h
> but what are the "?"

import Control.Arrow

something = f >>> g >>> h $ x

-- 
Felipe.
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to