The CC-delcont package
An implementation of multi-prompt delimited continuations based on the paper, A Monadic Framework for Delimited Continuations, by R. Kent Dybvig, Simon Peyton Jones and Amr Sabry (http://www.cs.indiana.edu/~sabry/papers/monadicDC.pdf). It also includes a corresponding implementation of dynamically scoped variables, as implemented in the paper, Delimited Dynamic Binding, by Oleg Kiselyov, Chung-chieh Shan and Amr Sabry (http://okmij.org/ftp/papers/DDBinding.pdf), adapted from the original haskell code, (http://okmij.org/ftp/packages/DBplusDC.tar.gz).
Properties
| Versions | 0.1, 0.2 |
|---|---|
| Dependencies | base, mtl |
| License | OtherLicense |
| Copyright | Copyright (c) 2005--2007, R. Kent Dybvig, Simon Peyton Jones, Amr Sabry, Oleg Kiselyov, Chung-chieh Shan |
| Author | R. Kent Dybvig, Simon Peyton Jones, Amr Sabry, Oleg Kiselyov, Chung-chieh Shan |
| Maintainer | dan.doel@gmail.com |
| Stability | Experimental |
| Category | Control |
| Home page | http://code.haskell.org/~dolio/CC-delcont |
| Upload date | Sun Jul 15 09:56:30 UTC 2007 |
| Uploaded by | DanDoel |
| Build failure | ghc-6.10 (log), ghc-6.12 (log), ghc-6.6 (log), ghc-6.8 (log) |
Modules
- Control
- Monad
- Control.Monad.CC
- Control.Monad.CC.Dynvar
- Control.Monad.CC.Prompt
- Control.Monad.CC.Seq
- Control.Monad.CC
- Monad
Downloads
- CC-delcont-0.1.tar.gz (Cabal source package)
- package description (included in the package)