mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-09 20:33:36 -04:00
detail
This commit is contained in:
parent
788dc38e9b
commit
97b9cb8ea8
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ module Rand_bytes = Rand_bytes
|
||||||
(** Generation of random identifiers *)
|
(** Generation of random identifiers *)
|
||||||
|
|
||||||
open struct
|
open struct
|
||||||
let result_bind x f =
|
let[@inline] result_bind x f =
|
||||||
match x with
|
match x with
|
||||||
| Error e -> Error e
|
| Error e -> Error e
|
||||||
| Ok x -> f x
|
| Ok x -> f x
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue