| Copyright | (c) Hanzhong Xu 2016, |
|---|---|
| License | MIT License |
| Maintainer | hanzh.xu@gmail.com |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | Safe |
| Language | Haskell2010 |
Control.AFSM
Description
Arrowized functional state machines.
This module is inspired by Yampa and the paper Functional Reactive Programming, Continued* written by Henrik Nilsson, Antony Courtney and John Peterson.
Documentation
module Control.Arrow
The SM type
SM is a type representing a state machine.