This commit is contained in:
Simon Cruanes 2024-02-24 11:29:42 -05:00
parent 7601c3e62d
commit 343bdd0b98
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -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 =