]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_notation/cicNotationPt.ml
added magic numbers
[helm.git] / helm / ocaml / cic_notation / cicNotationPt.ml
index bce1599373b96c0d3cba5820891fe10741765094..b0e9762bee7646cbd0040ec8e124c214ddb7409b 100644 (file)
@@ -59,6 +59,10 @@ type literal =
 
 type case_indtype = string * href option
 
+(** To be increased each time the term type below changes, used for "safe"
+ * marshalling *)
+let magic = 1
+
 type term =
   (* CIC AST *)