Assertion Types #
Theory-neutral data types for assertion discourse phenomena.
The possible outcomes of an assertion in discourse.
Not all theories distinguish all four outcomes:
- Stalnaker: only
accepted(assertion = CG update) - Farkas & Bruce:
acceptedvspending(table model) - Krifka/Brandom: all four (commitment space / scorekeeping)
- accepted : AssertionOutcome
Proposition enters the common ground
- pending : AssertionOutcome
Proposition on the table, awaiting resolution
- retracted : AssertionOutcome
Previously accepted proposition withdrawn
- challenged : AssertionOutcome
Assertion met with a demand for reasons
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Equations
- Interfaces.instBEqAssertionOutcome.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
Assertion-related phenomena that theories may handle.
- basicAssertion : AssertionPhenomenon
Basic assertion adds to common ground
- hedging : AssertionPhenomenon
Hedging reduces commitment strength
- oathFormulae : AssertionPhenomenon
Oath formulae increase commitment strength
- risingDeclaratives : AssertionPhenomenon
Rising declaratives shift commitment source
- retraction : AssertionPhenomenon
Retraction / taking back a prior commitment
- lying : AssertionPhenomenon
Lying: commitment without belief
- challenging : AssertionPhenomenon
Challenging: demanding reasons for a commitment
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Interfaces.instBEqAssertionPhenomenon.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)