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