Haddock chokes on '#'
12 Feb
2005
12 Feb
'05
1:43 a.m.
Processing the file
module Test where
-- |Haddock chokes on this.
(#) :: a -> (a -> b) -> b a # f = f a
with Haddock 0.6 gives an error: | haddock test.hs | test.hs:5:3: Parse error Since GHC deals with this code just fine, I suppose this is a bug. Peter
7587
Age (days ago)
7587
Last active (days ago)
0 comments
1 participants
participants (1)
-
Peter Simons