]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite/grafiteAst.ml
- decompose now runs with no arguments (operates on the whole context)
[helm.git] / helm / software / components / grafite / grafiteAst.ml
index a9ac1c6eb5a5cc418064febe5f88de7c283c6e46..c73657ae1b4f8c458e5d290e5a202b15db41f7c0 100644 (file)
@@ -51,12 +51,12 @@ type ('term, 'lazy_term, 'reduction, 'ident) tactic =
   | Assumption of loc
   | Auto of loc * (string * string) list
   | Change of loc * ('term, 'lazy_term, 'ident) pattern * 'lazy_term
-  | Clear of loc * 'ident
+  | Clear of loc * 'ident list
   | ClearBody of loc * 'ident
   | Constructor of loc * int
   | Contradiction of loc
   | Cut of loc * 'ident option * 'term
-  | Decompose of loc * ('term, 'ident) type_spec list * 'ident * 'ident list
+  | Decompose of loc * ('term, 'ident) type_spec list * 'ident option * 'ident list
   | Discriminate of loc * 'term
   | Elim of loc * 'term * 'term option * int option * 'ident list
   | ElimType of loc * 'term * 'term option * int option * 'ident list