]> matita.cs.unibo.it Git - helm.git/blobdiff - components/grafite/grafiteAst.ml
GrafiteAst.Quit (unused) removed.
[helm.git] / components / grafite / grafiteAst.ml
index 6c6b3786ff88af760114f1e1157d09209682f5be..6731034318b266acdc4c9de000793276baf2445c 100644 (file)
@@ -104,10 +104,8 @@ type 'term macro =
   | WLocate of loc * string
   | WElim of loc * 'term
   (* real macros *)
-  | Print of loc * string
   | Check of loc * 'term 
   | Hint of loc
-  | Quit of loc
 
 (** To be increased each time the command type below changes, used for "safe"
  * marshalling *)