Env.Mock
type t = T(Core_kernel.Result).t = {
lift : 'a 'e. ( 'a, 'e ) Core_kernel.Result.t -> ( 'a, 'e ) Core_kernel.Result.t;
}