Module Fetch_Core.Fetchify

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