]> matita.cs.unibo.it Git - helm.git/blobdiff - components/grafite/grafiteAstPp.ml
GrafiteAst.Quit (unused) removed.
[helm.git] / components / grafite / grafiteAstPp.ml
index 55736e862e2cba8aa5ee548a823691af3f7810aa..d35a8af114936570f77f4be4366d655d04bd0b2b 100644 (file)
@@ -182,7 +182,6 @@ let pp_macro ~term_pp =
   (* real macros *)
   | Check (_, term) -> sprintf "Check %s" (term_pp term)
   | Hint _ -> "hint"
-  | Quit _ -> "Quit"
 
 let pp_associativity = function
   | Gramext.LeftA -> "left associative"