Coroutine

Type-safe coroutines using lightweight session types.

Latest on Hackage:0.1.0.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed and maintained by Ryan Ingram

This package provides a pure interface for composing independent functions that have a well-defined communication protocol. It is loosely based on Jesse Tov's Haskell Symposium 2008 paper "Haskell Session Types with (almost) no class" (http:/www.ccs.neu.eduhometovpubs/session08.html)