15 Feb
2005
15 Feb
'05
1:23 a.m.
Simon Marlow writes:
(#) :: a -> (a -> b) -> b a # f = f a
Haddock parses GHC extensions by default, so its syntax corresponds to GHC with -fglasgow-exts.
I see. Thanks for the clarification. Fortunately, writing ( # ) instead solves the problem. ;-) Peter