@hackage motor0.1.0.0
Type-safe effectful state machines in Haskell
Categories
License
MPL-2.0
Maintainer
oskar.wickstrom@gmail.com
Links
Versions
Installation
Dependencies (5)
- CTRex
- base >=4.9 && <4.10
- indexed
- indexed-extras
- reflection Show all…
Dependents (2)
@hackage/motor-reflection, @hackage/motor-diagrams
Motor: Type-safe effectful state machines in Haskell
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.
Usage
See the Motor module documentation on Hackage for detailed usage.