type alias ApplyFnimport { type ApplyFn } from "https://deno.land/x/fun@v2.0.0/examples/hkts.ts"; Type ParametersTdefinition: <A, I, B = never, C = never, D = never, E = never>(tfai: $<T, [(a: A) => I]>) => (ta: $<T, [A]>) => $<T, [I]>