AFSM-0.1.3.1: Arrowized functional state machines

Copyright(c) Hanzhong Xu, Meng Meng 2016,
LicenseMIT License
Maintainerhanzh.xu@gmail.com
Stabilityexperimental
Portabilityportable
Safe HaskellSafe
LanguageHaskell2010

Data.SF

Description

Stateful functions It is the same with SMH, and it just removes the empty storage.

Documentation

data SF a b Source #

Constructors

SF (a -> (SF a b, b))