]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaEngine.mli
*** empty log message ***
[helm.git] / helm / matita / matitaEngine.mli
index a06c5117005489ee02c7fc0ff2404501081c8146..2253748d95b61efd1f5a060743aed50c18e23e03 100644 (file)
 
 exception Drop
 exception UnableToInclude of string
+exception IncludedFileNotCompiled of string
 
 type statement =
-  (CicNotationPt.term, GrafiteAst.obj, string) GrafiteAst.statement
+  (CicNotationPt.term, CicNotationPt.term, GrafiteAst.reduction, GrafiteAst.obj,
+   string)
+  GrafiteAst.statement
 
 (* heavy checks slow down the compilation process but give you some interesting
  * infos like if the theorem is a duplicate *)
@@ -41,7 +44,7 @@ val eval_from_stream:
   ?do_heavy_checks:bool ->
   ?include_paths:string list ->
   ?clean_baseuri:bool ->
-  MatitaTypes.status ref -> char Stream.t -> 
+  MatitaTypes.status ref -> Ulexing.lexbuf -> 
   (MatitaTypes.status -> statement -> unit) ->
     unit
 
@@ -49,7 +52,7 @@ val eval_from_stream_greedy:
   ?do_heavy_checks:bool ->
   ?include_paths:string list ->
   ?clean_baseuri:bool ->
-  MatitaTypes.status ref-> char Stream.t -> 
+  MatitaTypes.status ref-> Ulexing.lexbuf -> 
   (MatitaTypes.status -> statement -> unit) ->
     unit