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

    What flowR infers about a set of definitions, see inferFunctions.

    interface InferredFunctions {
        props: Record<NodeId, StatedProps>;
        roles: Record<NodeId, FunctionArgumentRoles>;
    }
    Index
    props: Record<NodeId, StatedProps>

    per definition, what its body states about the function itself

    per definition, the ArgProp mask of each formal that carries one