let
pp_map fmt map =
Map
.iter (
fun
key value
->
pp fmt
"%s -> %s@\n"
key value) map