ecaml.nested_profile
Profile.Sync_or_async
A Sync_or_async.t specifies whether the computation being profiled is synchronous or asynchronous.
Sync_or_async.t
ecaml
ecaml.bench
ecaml.ecaml_test_helpers
ecaml.ecaml_value
ppxlib
yojson
type _ t =
| Sync : _ t
| Async : _ Async_kernel.Deferred.t t
val sexp_of_t : ('a__001_ -> Sexplib0.Sexp.t) -> 'a__001_ t -> Sexplib0.Sexp.t