Library to provide session types to allow for static verification of protocols between concurrent computations

Description

Provides sessions types (currently binary session type) for statically verifying protocols between concurrent computations. A pair of processes which are parametrized by binary session types can only be run if they have compatible (dual) session types. This library is based on the paper "Haskell Session Types with (Almost) No Class".

Published: 02 Jan 2017

Dependencies (6)

  1. ocamlbuild build
  2. ocamlfind build
  3. lwt
  4. base-unix
  5. base-threads
  6. ocaml >= "4.02.3" & < "5.0.0"

Reverse Dependencies

    None

Conflicts

    None