ccapndave/elm-statecharts - version: 4.0.1

for more information visit the package's GitHub page

Package contains the following modules:

elm-statecharts

This is an Elm implementation of Harel Statecharts (the original paper is at http://www.inf.ed.ac.uk/teaching/courses/seoc/2005_2006/resources/statecharts.pdf).

As well as all the normal features expected from state machines, it supports the following more advanced features:

It is also designed to hook directly into the Elm Architecture's update function and responds to Msgs in order to trigger transitions.