]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite/grafiteAst.ml
Added initial support for inversion principles in Matita NG.
[helm.git] / helm / software / components / grafite / grafiteAst.ml
index 8fc37e4c543c430bd4a5ea08ea40a90953cbbee9..86e657b6b5fe15eea32be64c15eda1fd5333ff03 100644 (file)
@@ -197,7 +197,7 @@ type nmacro =
 
 (** To be increased each time the command type below changes, used for "safe"
  * marshalling *)
-let magic = 28
+let magic = 30
 
 type ('term,'obj) command =
   | Index of loc * 'term option (* key *) * UriManager.uri (* value *)
@@ -220,6 +220,7 @@ type ('term,'obj) command =
 type ncommand =
   | UnificationHint of loc * CicNotationPt.term * int (* term, precedence *)
   | NObj of loc * CicNotationPt.term CicNotationPt.obj
+  | NInverter of loc * string * CicNotationPt.term
   | NUnivConstraint of loc * NUri.uri * NUri.uri
   | NCopy of loc * string * NUri.uri * (NUri.uri * NUri.uri) list
   | NCoercion of loc * string *