]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite/grafiteAst.ml
using the new metadataConstraint function
[helm.git] / helm / software / components / grafite / grafiteAst.ml
index c00eb8404d2f8ca0a459bb28fbca4e0a328f02ac..a9ac1c6eb5a5cc418064febe5f88de7c283c6e46 100644 (file)
@@ -47,9 +47,9 @@ type 'lazy_term reduction =
 type ('term, 'lazy_term, 'reduction, 'ident) tactic =
   | Absurd of loc * 'term
   | Apply of loc * 'term
+  | ApplyS of loc * 'term
   | Assumption of loc
-  | Auto of loc * int option * int option * string option * string option 
-      (* depth, width, paramodulation, full *) (* ALB *)
+  | Auto of loc * (string * string) list
   | Change of loc * ('term, 'lazy_term, 'ident) pattern * 'lazy_term
   | Clear of loc * 'ident
   | ClearBody of loc * 'ident