]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/matitaEngine.mli
Some bugs fixed (and some still open) in recursive compilation of files:
[helm.git] / matita / matita / matitaEngine.mli
index 6af367614abf9a6a383a2d3ac2da50a5de5046c9..2b3efff8f08061a26c3200a5bbad5a621789da22 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
@@ -43,4 +44,4 @@ val eval_ast :
   (GrafiteTypes.status *
    (DisambiguateTypes.domain_item * GrafiteAst.alias_spec) option) list
 
-val assert_ng : include_paths:string list -> root:string -> string -> bool
+val assert_ng : include_paths:string list -> string -> bool