Type-checking goodies in place
[hcoop/domtool2.git] / src / parse.sig
index a708344..fa65151 100644 (file)
@@ -20,5 +20,5 @@
 
 signature PARSE =
   sig
-    val parse : string -> Ast.exp
+    val parse : string -> Ast.file
   end