This commit is contained in:
Simon Cruanes 2022-08-15 13:18:10 -04:00
parent 788dc38e9b
commit 97b9cb8ea8
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -7,7 +7,7 @@ module Rand_bytes = Rand_bytes
(** Generation of random identifiers *)
open struct
let result_bind x f =
let[@inline] result_bind x f =
match x with
| Error e -> Error e
| Ok x -> f x