]> 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 6af367614abf9a6a383a2d3ac2da50a5de5046c9..5bbac3e2b35b7501373144c074c4abe610cea9ad 100644 (file)
@@ -27,9 +27,10 @@ exception TryingToAdd of string Lazy.t
 exception EnrichedWithStatus of exn * GrafiteTypes.status
 exception AlreadyLoaded of string Lazy.t
 exception FailureCompiling of string * exn
+exception CircularDependency of string
 
 val get_ast:
-  GrafiteTypes.status -> include_paths:string list -> Ulexing.lexbuf ->
+  GrafiteTypes.status -> include_paths:string list -> GrafiteParser.parsable ->
     GrafiteAst.statement
 
 (* heavy checks slow down the compilation process but give you some interesting