fsmActions-0.1: Finite state machines and FSM actions

Data.FsmActions.Error

Description

Error handling for FSMs.

Synopsis

Documentation

data MxError Source

Errors when reading matrices from strings.

Constructors

MxError 

Fields

msg :: String

Explanatory message

value :: String

Offending value

type ReadMxMonad = Either MxErrorSource

Error monad for reading matrices from strings.