@eagleoutice/flowr - v2.15.9
    Preparing search index...
    GetFns: {
        get: { params: readonly ["x", "pos", "envir", "mode", "inherits"] };
        get0: { params: readonly ["x", "envir", "mode", "inherits", "ifnotfound"] };
        "match.fun": { params: readonly ["FUN", "descend"] };
    } = ...

    By-name lookups the value solver folds. Only the name may be given; any other arg means Top. mget is excluded: it returns a list, which the value domain cannot state. They are all declared by PkgName.Base, so a same-named function elsewhere does not fold.

    Type Declaration

    • Readonlyget: { params: readonly ["x", "pos", "envir", "mode", "inherits"] }
    • Readonlyget0: { params: readonly ["x", "envir", "mode", "inherits", "ifnotfound"] }
    • Readonlymatch.fun: { params: readonly ["FUN", "descend"] }