Personal taste in infix operators seems to be another good argument for a camlp4-style preprocessor for Haskell. For instance I would like to use 'o' for composition (since anybody who uses 'o' for a variable gets what they deserve!) but I guess that would make the lexer not so nice. I would also use : for typing and :: for cons, as in ML. But everybody has their own taste in these things and it would be nice if we could all pick ours. Chris Jeris
- Re: [haskell] Reverse composition Christopher Jeris
- Re: [haskell] Reverse composition Jon . Fairbairn
- Re: [haskell] Reverse composition Bart Demoen