Skip to content
Snippets Groups Projects
Commit 1b830fbd authored by charguer's avatar charguer Committed by Thomas Wood
Browse files

bugfix

parent 2c67c24b
No related branches found
No related tags found
No related merge requests found
......@@ -154,8 +154,9 @@ let ppf_apply f args =
f args
let ppf_apply_infix f arg1 arg2 =
Printf.sprintf "@[<hov 0>%s@ %s %s@]"
Printf.sprintf "@[<hov 0>(%s@ %s %s)@]"
arg1 f arg2
(* todo: only put parentheses if needed *)
let ppf_match_case c =
Printf.sprintf "case %s" c
......
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