let
print_some_bool v x =
match
x
with
|
None
->
""
|
Some
x
->
Printf
.sprintf
"%s=%b"
v x