Module Fetch_Core__.Fetchify
include module type of Fetch_Core__.FetchifySignatures
module type FETCH = sig ... endmodule type FETCHIFIED = sig ... endmodule CreateFetchImplementation : functor (F : FETCH) -> FETCHIFIED with type 'a promise := 'a F.promise and type ('a, 'error) result := ('a, 'error) F.result