]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/grafite/grafiteAstPp.ml
- parser: "whelp ...Â"removed
[helm.git] / matita / components / grafite / grafiteAstPp.ml
index 5f89df9d6ebca083064425ca71598719650905b0..5ba1b649d8a9964e4d5b1cada9dba6610525d6fa 100644 (file)
@@ -345,12 +345,6 @@ let pp_macro ~term_pp ~lazy_term_pp =
   in
   let pp_reduction_kind = pp_reduction_kind ~term_pp:lazy_term_pp in
   function 
-  (* Whelp *)
-  | WInstance (_, term) -> "whelp instance " ^ term_pp term
-  | WHint (_, t) -> "whelp hint " ^ term_pp t
-  | WLocate (_, s) -> "whelp locate \"" ^ s ^ "\""
-  | WElim (_, t) -> "whelp elim " ^ term_pp t
-  | WMatch (_, term) -> "whelp match " ^ term_pp term
   (* real macros *)
   | Eval (_, kind, term) -> 
       Printf.sprintf "eval %s on %s" (pp_reduction_kind kind) (term_pp term)