
6 May
2002
6 May
'02
8:44 a.m.
I tried using Haddock on JVM-Bridge. It fails on empty datatypes:
module HDTest where { data Foo; }
Fixed, thanks.
It also fails on 'with' (for implicit parameters). 'with' is deprecated in 5.03, but its replacement syntax using 'let' won't work with 5.02.2.
There isn't any support for implicit parameters in the parser yet, I've added it to the TODO list for now. Cheers, Simon