]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite/grafiteAst.ml
hSqlite3.ml used create_fun_2 to define REGEXP.
[helm.git] / helm / software / components / grafite / grafiteAst.ml
index fea24e42bc8b30249adfd7ddcbea4cc43d1a25c6..2dc077f063ffb125125795b091a9fc91f7c52dce 100644 (file)
@@ -60,7 +60,7 @@ type ('term, 'lazy_term, 'reduction, 'ident) tactic =
   | Apply of loc * 'term
   | ApplyS of loc * 'term * (string * string) list
   | Assumption of loc
-  | Auto of loc * (string * string) list
+  | AutoBatch of loc * (string * string) list
   | Cases of loc * 'term * 'ident intros_spec
   | Change of loc * ('term, 'lazy_term, 'ident) pattern * 'lazy_term
   | Clear of loc * 'ident list
@@ -133,6 +133,7 @@ type 'term macro =
   (* real macros *)
   | Check of loc * 'term 
   | Hint of loc
+  | AutoInteractive of loc * (string * string) list
   | Inline of loc * presentation_style * string * string 
      (* URI or base-uri, name prefix *)