]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/matitaEngine.mli
Previous patch improved: we now use an ad-hoc wrapper for Grammar.parsable
[helm.git] / matita / matita / matitaEngine.mli
index 856805db8a29851523b0fe1f16d76726d526f420..5bbac3e2b35b7501373144c074c4abe610cea9ad 100644 (file)
@@ -30,7 +30,7 @@ exception FailureCompiling of string * exn
 exception CircularDependency of string
 
 val get_ast:
-  GrafiteTypes.status -> include_paths:string list -> Grammar.parsable ->
+  GrafiteTypes.status -> include_paths:string list -> GrafiteParser.parsable ->
     GrafiteAst.statement
 
 (* heavy checks slow down the compilation process but give you some interesting