Debug.DSourcePrinting functions.
val map :
(('key -> 'elt -> unit) -> 'map -> unit) ->
'key Lplib.Base.pp ->
string ->
'elt Lplib.Base.pp ->
string ->
'map Lplib.Base.ppval iter :
?sep:(Format.formatter -> unit -> unit) ->
(('a -> 'b) -> 'c -> 'd) ->
(Format.formatter -> 'a -> 'b) ->
Format.formatter ->
'c ->
'dval surround :
string ->
string ->
(Format.formatter -> 'a -> unit) ->
Format.formatter ->
'a ->
unit