fsmActions: Finite state machines and FSM actions

This is a library for representing and manipulating finite state machines (FSMs) in Haskell, with an emphasis on computing the effects of sequences of transitions across entire machines (which we call actions), and in particular investigating action equivalences between such sequences.

Releases may be found on Hackage, or installed via cabal-install:

cabal install fsmActions

Documentation:

The latest, development, version of the source may be obtained using darcs:

darcs get http://code.haskell.org/fsmActions/

Suggestions, criticism, bug fixes, patches, etc. are welcome. See Hackage for contact information. Thanks!