]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite/grafiteAst.ml
Experimental enhancements to the ndestruct tactic. By using the syntax
[helm.git] / helm / software / components / grafite / grafiteAst.ml
index ae4dc23f76b4e477f2276d268b96670bd5decdc2..9ea33c2de294acd90212ef37c0fb830000f1324e 100644 (file)
@@ -60,7 +60,7 @@ type ntactic =
    | NCut of loc * CicNotationPt.term
 (* | NDiscriminate of loc * CicNotationPt.term
    | NSubst of loc * CicNotationPt.term *)
-   | NDestruct of loc
+   | NDestruct of loc * string list option * string list
    | NElim of loc * CicNotationPt.term * npattern  
    | NGeneralize of loc * npattern
    | NId of loc
@@ -206,7 +206,7 @@ type nmacro =
 
 (** To be increased each time the command type below changes, used for "safe"
  * marshalling *)
-let magic = 33
+let magic = 34
 
 type ('term,'obj) command =
   | Index of loc * 'term option (* key *) * UriManager.uri (* value *)