cooked-validators
Safe HaskellSafe-Inferred
LanguageHaskell2010

Cooked.MockChain.Journal

Description

This module exposes the various events emitted during a mockchain run.

Synopsis

Documentation

data MockChainJournal where Source #

This represents the writable elements that can be emitted throughout a mockchain run.

Constructors

MockChainJournal 

Fields

fromAssert :: String -> Bool -> MockChainJournal Source #

Build a MockChainJournal from a single assertion and error message