proposit-core
    Preparing search index...

    Interface TCoreDiffOptions<TArg, TVar, TPremise, TExpr>

    Per-entity comparator overrides for diffArguments.

    Type Parameters

    Index

    Properties

    compareArgument?: TCoreFieldComparator<TArg>
    compareExpression?: TCoreFieldComparator<TExpr>
    comparePremise?: TCoreFieldComparator<TPremise>
    compareVariable?: TCoreFieldComparator<TVar>
    expressionMatcher?: (a: TExpr, b: TExpr) => boolean

    Custom entity matcher for pairing expressions. Default: match by ID.

    premiseMatcher?: (a: TPremise, b: TPremise) => boolean

    Custom entity matcher for pairing premises. Default: match by ID.

    variableMatcher?: (a: TVar, b: TVar) => boolean

    Custom entity matcher for pairing variables. Default: match by ID.