]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_transformations/tacticAst.ml
Signature and concrete syntax of fold fixed.
[helm.git] / helm / ocaml / cic_transformations / tacticAst.ml
index 3f6e74346ec04e98e1bedb0da085dffd7442fb1e..c4f2a29ac4a389cc7ff9ac7e128fb8ea0e2b1efb 100644 (file)
@@ -50,7 +50,7 @@ type ('term, 'ident) tactic =
   | Exact of loc * 'term
   | Exists of loc
   | Fail of loc
-  | Fold of loc * reduction_kind * ('term, 'ident) pattern
+  | Fold of loc * reduction_kind * 'term * ('term, 'ident) pattern
   | Fourier of loc
   | FwdSimpl of loc * string * 'ident list
   | Generalize of loc * ('term, 'ident) pattern * 'ident option