]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite/grafiteAst.ml
NG decompilation is now activated. However, it is called from the old
[helm.git] / helm / software / components / grafite / grafiteAst.ml
index 6bf050fec3f1ffb8013b369a4a768fe34eaf25ff..524f99dc2ff389356bb1de7b2f586f3cd3cf9a1e 100644 (file)
@@ -73,6 +73,8 @@ type ntactic =
    | NSkip of loc
    | NFocus of loc * int list
    | NUnfocus of loc
+   | NTry of loc * ntactic
+   | NAssumption of loc
 
 type ('term, 'lazy_term, 'reduction, 'ident) tactic =
   (* Higher order tactics (i.e. tacticals) *)
@@ -186,7 +188,7 @@ type ('term,'lazy_term) macro =
 
 (** To be increased each time the command type below changes, used for "safe"
  * marshalling *)
-let magic = 23
+let magic = 24
 
 type ('term,'obj) command =
   | Index of loc * 'term option (* key *) * UriManager.uri (* value *)