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), CTRex, indexed, indexed-extras, reflection, 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 2017-11-06T17:40:13Z
Distributions
Reverse Dependencies 2 direct, 1 indirect [details]
Downloads 3134 total (18 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-11-06 [all 1 reports]

Readme for motor-0.2.0.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