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

    Type Alias FittingNormalizedAstFold<Returns, Info>

    FittingNormalizedAstFold: Readonly<
        { [K in FoldableRType]: FoldOfType<K, Returns, Info> },
    >

    Describes the type of a mapping object, which maps the type of the normalized AST node to the corresponding fold function.

    Type Parameters