]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaEngine.mli
implemented lazy disambiguation of tactics arguments, when those
[helm.git] / helm / matita / matitaEngine.mli
index 6c8b8660518eb70cf07d5ae20e6a0c3f839cb5cf..280b6c8f47d273a6cac415b3feb8eb52e487e6c4 100644 (file)
@@ -28,7 +28,9 @@ 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 *)