]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite/grafiteAst.ml
Quick&dirty implementation of neqd:
[helm.git] / helm / software / components / grafite / grafiteAst.ml
index 67d42c64454205a12c4dccd0a23823ea585926a9..f6555fa04c7dd5ed86bb8c4f6c6bbe8d7fee4feb 100644 (file)
@@ -188,6 +188,7 @@ type ('term,'obj) command =
   | Print of loc * string
   | Qed of loc
   | NObj of loc * CicNotationPt.term CicNotationPt.obj
+  | NQed of loc
 
 type punctuation_tactical =
   | Dot of loc