mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-08 20:07:55 -04:00
format
This commit is contained in:
parent
6853fa50f3
commit
cd5785d938
2 changed files with 2 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
(library
|
(library
|
||||||
(name trace_event)
|
(name trace_event)
|
||||||
(public_name trace.event)
|
(public_name trace.event)
|
||||||
(synopsis "Turns subscriber callbacks into an event type")
|
(synopsis "Turns subscriber callbacks into an event type")
|
||||||
(libraries
|
(libraries
|
||||||
(re_export trace.core) (re_export trace.subscriber)))
|
(re_export trace.core)
|
||||||
|
(re_export trace.subscriber)))
|
||||||
|
|
|
||||||
|
|
@ -25,4 +25,3 @@ let[@inline] update_map l f =
|
||||||
y)
|
y)
|
||||||
|
|
||||||
let[@inline] set_while_locked (self : 'a t) (x : 'a) = self.content <- x
|
let[@inline] set_while_locked (self : 'a t) (x : 'a) = self.content <- x
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue