Haddock Parse Bugs

Simon Marlow simonmar@microsoft.com
Mon, 6 May 2002 13:44:16 +0100


> I tried using Haddock on JVM-Bridge. It fails on empty datatypes:
>=20
>   module HDTest where
> 	   {
>    	data Foo;
>    	}

Fixed, thanks.

> It also fails on 'with' (for implicit parameters). 'with' is=20
> deprecated=20
> in 5.03, but its replacement syntax using 'let' won't work=20
> 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