]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_transformations/tacticAst.ml
The discriminate tactic accepts a term, not only an identifier!
[helm.git] / helm / ocaml / cic_transformations / tacticAst.ml
index c130cc933081bdbf03f766a73feabe7fb2d42e42..12b7774cd32938f9141e9e332f6e315d155d2f13 100644 (file)
@@ -40,7 +40,7 @@ type ('term, 'ident) tactic =
   | Contradiction of loc
   | Cut of loc * 'term
   | Decompose of loc * 'ident * 'ident list (* where, which principles *)
-  | Discriminate of loc * 'ident
+  | Discriminate of loc * 'term
   | Elim of loc * 'term * 'term option (* what to elim, which principle to use *)
   | ElimType of loc * 'term
   | Exact of loc * 'term