]> matita.cs.unibo.it Git - helm.git/blobdiff - components/grafite/grafiteAst.ml
new compose tactic, still undocumented.
[helm.git] / components / grafite / grafiteAst.ml
index 2dc077f063ffb125125795b091a9fc91f7c52dce..9a453ae42d196f2ddc844e5d5856d82035ca2737 100644 (file)
@@ -65,6 +65,7 @@ type ('term, 'lazy_term, 'reduction, 'ident) tactic =
   | Change of loc * ('term, 'lazy_term, 'ident) pattern * 'lazy_term
   | Clear of loc * 'ident list
   | ClearBody of loc * 'ident
+  | Compose of loc * 'term * 'term * 'ident intros_spec
   | Constructor of loc * int
   | Contradiction of loc
   | Cut of loc * 'ident option * 'term