We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f9b86f commit 57034e8Copy full SHA for 57034e8
src/core/util_twine.ml
@@ -15,6 +15,8 @@ end
15
module Str_map = struct
16
type 'a t = 'a Str_map.t
17
18
+ let[@inline] pp ppv out x = Str_map.pp Fmt.Dump.string ppv out x
19
+
20
let to_twine (ser_x : _ Twine.Encode.encoder) enc (m : _ t) =
21
Twine.Encode.(
22
dict_iter enc
0 commit comments