Description
Type-safe effectful state machines in Haskell.
Description
Motor is an experimental Haskell library for building finite-state machines with type-safe transitions and effects. It draws inspiration from the Idris ST library. See the Motor.FSM
module for documentation.
README.md
motor
(core library)
This library provides the core part of Motor.
Usage
See the Motor module documentation on Hackage for detailed usage.