]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/matitaEngine.mli
update in static_2 and basic_2
[helm.git] / matita / matita / matitaEngine.mli
index 2f7d1b4392ddfedb96b84236914d0514f7670993..2b8d9fd8c7708722fb45ec6d33f722b72623bd20 100644 (file)
@@ -29,6 +29,13 @@ exception AlreadyLoaded of string Lazy.t
 exception FailureCompiling of string * exn
 exception CircularDependency of string
 
+class status:
+ string ->
+  object
+   inherit GrafiteTypes.status
+   inherit ApplyTransformation.status
+  end
+
 val get_ast:
  GrafiteTypes.status -> include_paths:string list -> GrafiteParser.parsable ->
   GrafiteAst.statement
@@ -45,3 +52,7 @@ val eval_ast :
    (DisambiguateTypes.domain_item * GrafiteAst.alias_spec) option) list
 
 val assert_ng: include_paths:string list -> string -> bool
+
+(* given a path to a ma file inside the include_paths, returns the
+   new include_paths associated to that file *)
+val read_include_paths: include_paths:string list -> string -> string list