fix: use ==

This commit is contained in:
Simon Cruanes 2022-01-02 12:15:31 -05:00
parent 64ecd0c3ba
commit 569e254540
No known key found for this signature in database
GPG key ID: 4AC01D0849AA62B6

View file

@ -214,6 +214,8 @@ let to_string () = "()"
let shims_unit_after_408 = "include Unit"
let shims_atomic_before_412 = {|
open CCShims_.Stdlib (* for == *)
type 'a t = {mutable x: 'a}
let[@inline] make x = {x}
let[@inline] get {x} = x