]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/grafite/grafiteAst.ml
QED takes a boolean parameter governing indexing.
[helm.git] / matita / components / grafite / grafiteAst.ml
index 6b5344f580b4873aa62b3d5be45916e04d136dbd..e96cf1bbcb8b9cf04b28f14c61613c9cdcaee9a3 100644 (file)
@@ -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 *)