@eagleoutice/flowr - v2.13.1
    Preparing search index...
    InspectHigherOrderQueryDefinition: {
        asciiSummarizer: (
            formatter: OutputFormatter,
            processed: ReadonlyFlowrAnalysisProvider<KnownParser>,
            queryResults: BaseQueryResult,
            result: string[],
        ) => Promise<boolean>;
        completer: (
            line: readonly string[],
            startingNewArg: boolean,
            _config: FlowrConfig,
        ) => CommandCompletions;
        executor: (
            __namedParameters: BasicQueryData,
            queries: readonly InspectHigherOrderQuery[],
        ) => Promise<InspectHigherOrderQueryResult>;
        flattenInvolvedNodes: (queryResults: BaseQueryResult) => NodeId[];
        fromLine: (
            _output: ReplOutput,
            line: readonly string[],
            _config: FlowrConfig,
        ) => ParsedQueryLine<"inspect-higher-order">;
        schema: ObjectSchema<any>;
        syntax: "@inspect-higher-order [(<crit>;...)] <code | file://path>";
        title: "Inspect Higher-Order Functions Query";
    } = ...

    Type Declaration