We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82c8550 commit 7ff1b73Copy full SHA for 7ff1b73
model_checker/lib/model.ml
@@ -47,7 +47,7 @@ let pp fmt { universe; relations } =
47
xs
48
in
49
let pp_rel_defn fmt (nm, tuples) =
50
- Format.fprintf fmt "%s = {[@<hov>%a@]}" nm
+ Format.fprintf fmt "%s = {@[<hov>%a@]}" nm
51
(Format.pp_print_seq ~pp_sep:pp_comma_brk pp_tuple)
52
(TupleSet.to_seq tuples)
53
0 commit comments