fsmActions-0.2.0: Finite state machines and FSM actionsSource codeContentsIndex
Data.FsmActions.Error
Description
Error handling for FSMs.
Synopsis
data MxError = MxError {
msg :: String
value :: String
}
type ReadMxMonad = Either MxError
Documentation
data MxError Source
Errors when reading matrices from strings.
Constructors
MxError
msg :: StringExplanatory message
value :: StringOffending value
show/hide Instances
type ReadMxMonad = Either MxErrorSource
Error monad for reading matrices from strings.
Produced by Haddock version 2.4.2