| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Fri, 16 Jan 2026 06:32:07 GMT
X-Served-By: cache-dfw-kdfw8210109-DFW, cache-bom-vanm7210064-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768545127.988473,VS0,VE373
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
motor: Type-safe effectful state machines in Haskell
[Skip to Readme]
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. See the Motor.FSM module for documentation.
[Skip to Readme]
Downloads
- motor-0.4.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
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 |
| Uploaded | by owickstrom at 2019-06-23T18:02:34Z |
| Category | Control |
| Source repo | head: git clone https://github.com/owickstrom/motor |
| Distributions | |
| Reverse Dependencies | 2 direct, 1 indirect [details] |
| Executables | example-door |
| Downloads | 3394 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.