This commit is contained in:
Simon Cruanes 2024-08-30 13:29:32 -04:00
parent 76a881ebc9
commit 12978d424d
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -21,7 +21,7 @@ let get_opt k =
let[@inline] get k ~default = let[@inline] get k ~default =
match get_current_fiber () with match get_current_fiber () with
| None -> None | None -> default
| Some fiber -> PF.FLS.get fiber ~default k | Some fiber -> PF.FLS.get fiber ~default k
let[@inline] set k v : unit = let[@inline] set k v : unit =