proposit-core
    Preparing search index...

    Interface TCoreValueAttribution

    Whether a value was supplied by the reader, and whether it holds without that.

    interface TCoreValueAttribution {
        assertedByReader: boolean;
        reachedWithoutAssertion: boolean;
    }
    Index

    Properties

    assertedByReader: boolean

    true iff the reader supplied true or false. An explicit unknown is a decision, not an assertion.

    reachedWithoutAssertion: boolean

    true iff the value still holds once the reader's own assertion is withheld and closure is recomputed.