Skip to content

AssertionState

Namespace: Scriptorium.Nib  Parent: Scriptorium.Nib.Assertion

type AssertionState<‘a> =     {         Subject : ‘a         Errors : string list         Tags : string list         Stopped : bool     }

Description

State threaded through an assertion chain.

Fields