@eagleoutice/flowr - v2.10.1
    Preparing search index...

    Type Alias NormalizedAstFold<Returns, Info>

    NormalizedAstFold: {
        [K in FoldableRType as `fold${Capitalize<K>}`]: FoldOfType<
            K,
            Returns,
            Info,
        >
    }

    Describes the fold functions for each node type.

    Type Parameters