Skip to content

Judgment

Judgment<T> = { status: "decided"; value: T; evidence: Evidence; } | { status: "uncertain"; evidence: Evidence; }

Defined in: src/judgment.ts:74

The fundamental return type. “decided” means the result passed the acceptance policy, not that it is a proven fact.

Type Parameter
T