ecaml
Ecaml.Working_directory
ecaml.bench
ecaml.ecaml_test_helpers
ecaml.ecaml_value
ecaml.nested_profile
type t =
| Of_current_buffer
| Root
| This of string
val sexp_of_t : t -> Sexplib0.Sexp.t
val to_filename : t -> string
val within : t -> (_, 'r) Sync_or_async.t -> f:(unit -> 'r) -> 'r