Skip to content
Snippets Groups Projects
Commit 333f42fd authored by Pierre Loic Garoche's avatar Pierre Loic Garoche
Browse files

[EMF] more hash

parent 049f3b17
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ let print_protect fmt f =
else
fprintf fmt "%s" s
let pp_var_string fmt v = fprintf fmt "\"%s\"" v
let pp_var_string fmt v = print_protect fmt (fun fmt -> fprintf fmt "\"%s\"" v)
let pp_var_name fmt v = print_protect fmt (fun fmt -> Printers.pp_var_name fmt v)
(*let pp_node_args = fprintf_list ~sep:", " pp_var_name*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment