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