X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Flexicon%2FlexiconAst.ml;h=9fb188d486bfd15cdbd177af975c47e67e4892ff;hb=8abfe27fa567230a897c5c622601698ba261adf0;hp=aed4b0b152365ea8ee0e191f96ab1aabfbee5bda;hpb=55b82bd235d82ff7f0a40d980effe1efde1f5073;p=helm.git diff --git a/helm/software/components/lexicon/lexiconAst.ml b/helm/software/components/lexicon/lexiconAst.ml index aed4b0b15..9fb188d48 100644 --- a/helm/software/components/lexicon/lexiconAst.ml +++ b/helm/software/components/lexicon/lexiconAst.ml @@ -38,8 +38,10 @@ type alias_spec = * marshalling *) let magic = 5 +type inclusion_mode = WithPreferences | WithoutPreferences (* aka aliases *) + type command = - | Include of loc * string + | 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 *