full-sessions: a monad for protocol-typed network programming

[ bsd3, control, library, network ] [ Propose Tags ]

This library defines a Session monad, which provides static checking of safe and consistent use of communication channels according to protocols. It requires almost no type- or term- annotations. Examples inculude a SMTP client and a simple chat client with its own protocol. Alternatives are: the simple-sessions package (http://hackage.haskell.org/package/simple-sessions) and the sessions package (http://hackage.haskell.org/package/sessions).


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.4.181, 0.4.187, 0.4.189, 0.6.1, 0.6.1.1, 0.6.1.2, 0.6.2, 0.6.2.1
Dependencies base (>=3 && <5), ghc (>6.8), network [details]
License BSD-3-Clause
Author Keigo IMAI
Maintainer keigo.imai@gmail.com
Category Control, Network
Home page http://www.agusa.i.is.nagoya-u.ac.jp/person/sydney/full-sessions.html
Uploaded by KeigoImai at 2010-01-14T05:34:31Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 6144 total (21 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for full-sessions-0.6.1.2

[back to package description]
full-sessions: a monad for protocol-typed network programming

visit:
http://www.agusa.i.is.nagoya-u.ac.jp/person/sydney/full-sessions.html

INSTALL:
to install for a local user:
$ ./Setup.hs configure
$ ./Setup.hs build
$ ./Setup.hs install

part of example depends on Tov's ixdopp. in case you need it, 
$ cabal install ixdopp