
10 Oct
2010
10 Oct
'10
5:35 p.m.
On Sun, Oct 10, 2010 at 6:32 PM, Johannes Waldmann
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.