]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matitaEngine.mli
matitac now compiles like make (recorsively) if needed.
[helm.git] / matita / matitaEngine.mli
index 83b549ec4ee0b864177fb607ee6bbf452c5171a8..1db991f518c4fab52bd0382b4f8c8ede9869cda0 100644 (file)
@@ -25,7 +25,6 @@
 
 val eval_ast :
   ?do_heavy_checks:bool ->
-  ?clean_baseuri:bool ->
   LexiconEngine.status ->
   GrafiteTypes.status ->
   string * int *
@@ -47,7 +46,6 @@ val eval_from_stream :
   include_paths:string list ->
   ?prompt:bool ->
   ?do_heavy_checks:bool ->
-  ?clean_baseuri:bool ->
   ?enforce_no_new_aliases:bool -> (* default true *)
   ?watch_statuses:(LexiconEngine.status -> GrafiteTypes.status -> unit) ->
   LexiconEngine.status ->