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

    Type Alias SigDep

    SigDep:
        | [nameIdx: number, type: DepType]
        | [nameIdx: number, type: DepType, constraintIdx: number]

    one dependency: [nameIdx, type] or [nameIdx, type, constraintIdx] (indices into the global dictionary)