Tue Jul 26 11:39:14 WEST 2005 Malcolm.Wallace@cs.york.ac.uk
* compile with HaXml >= 1.13
{
hunk ./src/NetworkFile.hs 69
- Document (Prolog Nothing Nothing) emptyST
+ Document (Prolog Nothing [] Nothing []) emptyST
hunk ./src/NetworkFile.hs 76
- )
+ ) []
hunk ./src/NetworkFile.hs 184
-docToNet (Document prolog symbolTable element) =
+docToNet (Document prolog symbolTable element _) =
hunk ./src/NetworkFile.hs 186
- Prolog Nothing Nothing -> return ()
+ Prolog Nothing _ Nothing _ -> return ()
}