Skip to content

Commit 57034e8

Browse files
committed
fix
1 parent 2f9b86f commit 57034e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/core/util_twine.ml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ end
1515
module Str_map = struct
1616
type 'a t = 'a Str_map.t
1717

18+
let[@inline] pp ppv out x = Str_map.pp Fmt.Dump.string ppv out x
19+
1820
let to_twine (ser_x : _ Twine.Encode.encoder) enc (m : _ t) =
1921
Twine.Encode.(
2022
dict_iter enc

0 commit comments

Comments
 (0)