]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_transformations/tacticAst.ml
New argument (the hypothesis name) for cut.
[helm.git] / helm / ocaml / cic_transformations / tacticAst.ml
index 8983490eac2483c198ec2cecd269cb9212208292..8b66ca0e6c008daa3399221e971d64869c421d43 100644 (file)
@@ -40,7 +40,7 @@ type ('term, 'ident) tactic =
   | Compare of loc * 'term
   | Constructor of loc * int
   | Contradiction of loc
-  | Cut of loc * 'term
+  | Cut of loc * 'ident option * 'term
   | DecideEquality of loc
   | Decompose of loc * 'term
   | Discriminate of loc * 'term