Haddock Parse Bugs

Ashley Yakeley ashley@semantic.org
Sun, 5 May 2002 00:42:39 -0700


I tried using Haddock on JVM-Bridge. It fails on empty datatypes:

  module HDTest where
	   {
   	data Foo;
   	}

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.

-- 
Ashley Yakeley, Seattle WA