]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaEngine.mli
matitamake stuff:
[helm.git] / helm / matita / matitaEngine.mli
index 05092770ba9caeee237940b9edafe619a319eedb..f9699fbb5f458a602a34beb712150fb702e7a479 100644 (file)
@@ -29,10 +29,12 @@ exception Drop
  * infos like if the theorem is a duplicate *)
 val eval_string:
   ?do_heavy_checks:bool ->
+  ?include_paths:string list ->
     MatitaTypes.status ref -> string -> unit
 
 val eval_from_stream: 
   ?do_heavy_checks:bool ->
+  ?include_paths:string list ->
   MatitaTypes.status ref -> char Stream.t -> 
     (MatitaTypes.status ->
     (CicAst.term,TacticAst.obj,string) TacticAst.statement -> unit) ->
@@ -40,6 +42,7 @@ val eval_from_stream:
 
 val eval_from_stream_greedy: 
   ?do_heavy_checks:bool ->
+  ?include_paths:string list ->
   MatitaTypes.status ref-> char Stream.t -> 
     (MatitaTypes.status ->
     (CicAst.term,TacticAst.obj,string) TacticAst.statement -> unit) ->
@@ -47,8 +50,10 @@ val eval_from_stream_greedy:
 
 val eval_ast: 
   ?do_heavy_checks:bool ->
+  ?include_paths:string list ->
   MatitaTypes.status ->
     (CicAst.term,TacticAst.obj,string) TacticAst.statement ->
     MatitaTypes.status
 
 val initial_status: MatitaTypes.status lazy_t
+