function nil.traverseimport { nil } from "https://deno.land/x/fun@v2.0.0/mod.ts"; const { traverse } = nil; traverse<V extends Kind>(A: Applicable<V>): <A, I, J, K, L, M>(favi: (a: A) => $<V, [I, J, K], [L], [M]>) => (ta: Nil<A>) => $<V, [Nil<I>, J, K], [L], [M]>Type ParametersV extends KindParametersA: Applicable<V>Returns<A, I, J, K, L, M>(favi: (a: A) => $<V, [I, J, K], [L], [M]>) => (ta: Nil<A>) => $<V, [Nil<I>, J, K], [L], [M]>