]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_transformations/tacticAst.ml
bumped changelog line to match upload date
[helm.git] / helm / ocaml / cic_transformations / tacticAst.ml
index 05e8458f8d04d28eee1d4581f26a9fd57ab11e6d..7be8293da592073d748b4b37fbbf98307b5af39d 100644 (file)
@@ -35,6 +35,7 @@ type ('term, 'ident) tactic =
 
   | Absurd of 'term
   | Apply of 'term
+  | Auto
   | Assumption
   | Change of 'term * 'term * 'ident option (* what, with what, where *)
   | Change_pattern of 'term pattern * 'term * 'ident option
@@ -49,6 +50,7 @@ type ('term, 'ident) tactic =
   | Exists
   | Fold of reduction_kind * 'term
   | Fourier
+  | Hint
   | Injection of 'ident
   | Intros of int option * 'ident list
   | Left
@@ -76,6 +78,7 @@ type thm_flavour =
 
 type 'term command =
   | Abort
+  | Baseuri of string option (** get/set base uri *)
   | Check of 'term
   | Proof
   | Qed of string option