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 3566fac commit 8b04a78Copy full SHA for 8b04a78
lib/lin.ml
@@ -16,7 +16,7 @@ struct
16
(fun () -> let old = !counter in
17
incr counter; old),
18
(fun () -> counter := 0)
19
- let pp fmt v = Format.fprintf fmt "t%i%!" v
+ let pp fmt v = Format.fprintf fmt "t%i" v
20
let show t =
21
let buf = Buffer.create 24 in
22
let fmt = Format.formatter_of_buffer buf in
0 commit comments