full-sessions: yet another implementation of session types which does not require annotations

[ 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- and term- annotations. Alternatives are: the simple-sessions package (http://hackage.haskell.org/cgi-bin/hackage-scripts/package/simple-sessions) and the sessions package (http://hackage.haskell.org/cgi-bin/hackage-scripts/package/sessions).


[Skip to Readme]

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) [details]
License BSD-3-Clause
Author Keigo IMAI
Maintainer keigo.imai@gmail.com
Category Control
Home page http://www.agusa.i.is.nagoya-u.ac.jp/person/sydney/full-sessions.html
Uploaded by KeigoImai at 2009-06-25T07:36:07Z
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.4.181

[back to package description]
full-sessions: yet another implementation of session types

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