]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite/grafiteAstPp.ml
Inline command implemented.
[helm.git] / helm / software / components / grafite / grafiteAstPp.ml
index 569b6839928467763c75a2f27886fbc3d6563af7..547e28b3da0cac759bcd3569f13a29c22625fe1c 100644 (file)
@@ -198,8 +198,9 @@ let pp_macro ~term_pp =
   | WElim (_, t) -> "whelp elim " ^ term_pp t
   | WMatch (_, term) -> "whelp match " ^ term_pp term
   (* real macros *)
-  | Check (_, term) -> sprintf "Check %s" (term_pp term)
+  | Check (_, term) -> sprintf "check %s" (term_pp term)
   | Hint _ -> "hint"
+  | Inline (_,suri) -> sprintf "inline %s" suri
 
 let pp_associativity = function
   | Gramext.LeftA -> "left associative"