]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaEngine.mli
1. Several files in grafite that should be in grafite_parser moved there.
[helm.git] / helm / matita / matitaEngine.mli
index 9f8cb44a670ed148ab956762434552769b64f6c2..b97361979fa9a0e420acb0e9266a990b22a3eabb 100644 (file)
  * infos like if the theorem is a duplicate *)
 val eval_string:
   ?do_heavy_checks:bool ->
-  ?include_paths:string list ->
+  include_paths:string list ->
   ?clean_baseuri:bool ->
     GrafiteTypes.status ref -> string -> unit
 
 val eval_from_stream: 
   ?do_heavy_checks:bool ->
-  ?include_paths:string list ->
+  include_paths:string list ->
   ?clean_baseuri:bool ->
   GrafiteTypes.status ref -> Ulexing.lexbuf -> 
   (GrafiteTypes.status -> GrafiteParser.statement -> unit) ->
@@ -41,7 +41,7 @@ val eval_from_stream:
 
 val eval_from_stream_greedy: 
   ?do_heavy_checks:bool ->
-  ?include_paths:string list ->
+  include_paths:string list ->
   ?clean_baseuri:bool ->
   GrafiteTypes.status ref-> Ulexing.lexbuf -> 
   (GrafiteTypes.status -> GrafiteParser.statement -> unit) ->