]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/grafite/grafiteAst.ml
support -axiom to avoind indexing an axiom (since there is no qed)
[helm.git] / matita / components / grafite / grafiteAst.ml
index 2d55e8634fd73bd88b44ee9ede5ae07e158ad84e..02e16178077eb412b751b3f7bd63903d8702309e 100644 (file)
@@ -99,7 +99,7 @@ type inclusion_mode = WithPreferences | WithoutPreferences | OnlyPreferences (*
 type command =
   | Include of loc * inclusion_mode * string (* _,buri,_,path *)
   | UnificationHint of loc * nterm * int (* term, precedence *)
-  | NObj of loc * nterm NotationPt.obj
+  | NObj of loc * nterm NotationPt.obj * bool
   | NDiscriminator of loc * nterm
   | NInverter of loc * string * nterm * bool list option * nterm option
   | NUnivConstraint of loc * NUri.uri * NUri.uri