X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fgrafite%2FgrafiteAst.ml;h=e96cf1bbcb8b9cf04b28f14c61613c9cdcaee9a3;hb=59e3ddd15ee1983027e8929c073b06a80d523875;hp=6b5344f580b4873aa62b3d5be45916e04d136dbd;hpb=223f026e4f5a9f273f88952b0548fea63b65afd1;p=helm.git diff --git a/matita/components/grafite/grafiteAst.ml b/matita/components/grafite/grafiteAst.ml index 6b5344f58..e96cf1bbc 100644 --- a/matita/components/grafite/grafiteAst.ml +++ b/matita/components/grafite/grafiteAst.ml @@ -105,7 +105,7 @@ type command = | NUnivConstraint of loc * NUri.uri * NUri.uri | NCopy of loc * string * NUri.uri * (NUri.uri * NUri.uri) list | NCoercion of loc * string * bool * nterm * nterm * (string * nterm) * nterm - | NQed of loc + | NQed of loc * bool (* ex lexicon commands *) | Alias of loc * alias_spec (** parameters, name, type, fields *)