proposit-core
    Preparing search index...

    Function collectArgumentReferencedVariables

    • Indexes variables referenced across all premises by ID and by symbol.

      Returns {
          byId: Record<string, { premiseIds: string[]; symbol: string }>;
          bySymbol: Record<string, { premiseIds: string[]; variableIds: string[] }>;
          variableIds: string[];
      }