Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Feb 24, 2024
1 parent 7601c3e commit 343bdd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/meta_map.ourown.ml
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 343bdd0

Please sign in to comment.