mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-09 12:23:32 -04:00
fix
This commit is contained in:
parent
7601c3e62d
commit
343bdd0b98
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ end)
|
|||
|
||||
type t = { m: exn_pair M.t } [@@unboxed]
|
||||
|
||||
let empty = M.empty
|
||||
let empty : t = { m = M.empty }
|
||||
let[@inline] mem k (self : t) = M.mem (Key.id k) self.m
|
||||
|
||||
let find_exn (type a) (k : a Key.t) (self : t) : a =
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue