X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Fgrafite%2FgrafiteAstPp.ml;h=de6200e0925134bdcc02938a0cdf83b3105923c8;hb=351cacd582f87110b1ff710ca44ed649f90fbd32;hp=6b618c6ac46ad7c2efcc00e75ffedb031147f721;hpb=85cbd6590001b3489d7565eeb5b3c21232a615df;p=helm.git diff --git a/components/grafite/grafiteAstPp.ml b/components/grafite/grafiteAstPp.ml index 6b618c6ac..de6200e09 100644 --- a/components/grafite/grafiteAstPp.ml +++ b/components/grafite/grafiteAstPp.ml @@ -168,7 +168,7 @@ let pp_macro ~term_pp = (* Whelp *) | WInstance (_, term) -> "whelp instance " ^ term_pp term | WHint (_, t) -> "whelp hint " ^ term_pp t - | WLocate (_, s) -> "whelp locate " ^ s + | WLocate (_, s) -> "whelp locate \"" ^ s ^ "\"" | WElim (_, t) -> "whelp elim " ^ term_pp t | WMatch (_, term) -> "whelp match " ^ term_pp term (* real macros *)