]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/components/grafite/grafiteAst.ml
1. ported to camlp5
[helm.git] / matitaB / components / grafite / grafiteAst.ml
index 0db31e94dd9e104cc754196796353c7f1eee0cec..bb496f2c02678a512694bcc6df43ae79853f5256 100644 (file)
@@ -105,7 +105,7 @@ type command =
   | NCoercion of loc * string *
       (NotationPt.term * NotationPt.term *
         (string * NotationPt.term) * NotationPt.term) option
-  | NQed of loc
+  | NQed of loc * bool
   (* ex lexicon commands *)
   | Alias of loc * alias_spec
       (** parameters, name, type, fields *)