]> matita.cs.unibo.it Git - helm.git/blobdiff - components/lexicon/lexiconAst.ml
magic number incremented (because of the new declarative commands)
[helm.git] / components / lexicon / lexiconAst.ml
index 50f0061eebb0e894b9a1173dda6538348df14c5e..9fb188d486bfd15cdbd177af975c47e67e4892ff 100644 (file)
@@ -41,7 +41,7 @@ let magic = 5
 type inclusion_mode = WithPreferences | WithoutPreferences (* aka aliases *)
 
 type command =
-  | Include of loc * string * inclusion_mode
+  | Include of loc * string * inclusion_mode * string (* _,buri,_,path *)
   | Alias of loc * alias_spec
       (** parameters, name, type, fields *) 
   | Notation of loc * direction option * CicNotationPt.term * Gramext.g_assoc *