mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
fix: use ==
This commit is contained in:
parent
64ecd0c3ba
commit
569e254540
1 changed files with 2 additions and 0 deletions
|
|
@ -214,6 +214,8 @@ let to_string () = "()"
|
||||||
let shims_unit_after_408 = "include Unit"
|
let shims_unit_after_408 = "include Unit"
|
||||||
|
|
||||||
let shims_atomic_before_412 = {|
|
let shims_atomic_before_412 = {|
|
||||||
|
open CCShims_.Stdlib (* for == *)
|
||||||
|
|
||||||
type 'a t = {mutable x: 'a}
|
type 'a t = {mutable x: 'a}
|
||||||
let[@inline] make x = {x}
|
let[@inline] make x = {x}
|
||||||
let[@inline] get {x} = x
|
let[@inline] get {x} = x
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue