@mikuroxina/mini-fn
    Preparing search index...

    Type Alias Transformation<F, G, T>

    type Transformation<F, G, T> = {
        transform: (t: T) => <A>(fa: Get1<F, A>) => Get1<G, A>;
    }

    Type Parameters

    • F
    • G
    • T
    Index

    Properties

    Properties

    transform: (t: T) => <A>(fa: Get1<F, A>) => Get1<G, A>