motor: Type-safe effectful state machines in Haskell

[ control, library, mpl, program ] [ Propose Tags ]

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.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.1.0, 0.2.0.0, 0.3.0, 0.4.0
Change log CHANGELOG.md
Dependencies base (>=4.9 && <5), indexed, indexed-extras, motor, reflection, row-types (>=0.3.0), template-haskell (>=2.11.1.0) [details]
License MPL-2.0
Copyright Oskar Wickström
Author Oskar Wickström
Maintainer oskar.wickstrom@gmail.com
Category Control
Source repo head: git clone https://github.com/owickstrom/motor
Uploaded by owickstrom at 2019-06-23T18:02:34Z
Distributions
Reverse Dependencies 2 direct, 1 indirect [details]
Executables example-door
Downloads 3127 total (16 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for motor-0.4.0

[back to package description]

motor (core library)

This library provides the core part of Motor.

Usage

See the Motor module documentation on Hackage for detailed usage.

Examples

License

Mozilla Public License Version 2.0