https://github.com/thoughtpolice/hs-asai
Delimited, answer-type-polymorphic continuations for Haskell.
https://github.com/thoughtpolice/hs-asai
Last synced: about 2 months ago
JSON representation
Delimited, answer-type-polymorphic continuations for Haskell.
- Host: GitHub
- URL: https://github.com/thoughtpolice/hs-asai
- Owner: thoughtpolice
- License: mit
- Created: 2012-12-31T08:18:35.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-27T14:28:10.000Z (over 12 years ago)
- Last Synced: 2025-03-25T13:39:10.445Z (2 months ago)
- Language: Haskell
- Homepage: http://thoughtpolice.github.com/hs-asai/doc/index.html
- Size: 645 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Delimited, answer-type-polymorphic continuations for Haskell.
[](http://travis-ci.org/thoughtpolice/hs-asai)
This package provides delimited continuations that are [answer-type
polymorphic][atp]; the original formulation was [done by Oleg
Kiselyov][oleg].[atp]: http://logic.cs.tsukuba.ac.jp/~kam/paper/aplas07.pdf
[oleg]: http://okmij.org/ftp/continuations/implementations.html#genuine-shiftThe name of the package is in homage to Kenichi Asai.
# Installation
It's just a `cabal install` away on [Hackage][]:
```bash
$ cabal install asai
```# Join in
Be sure to read the [contributing guidelines][contribute]. File bugs
in the GitHub [issue tracker][].Master [git repository][gh]:
* `git clone https://github.com/thoughtpolice/hs-asai.git`
There's also a [BitBucket mirror][bb]:
* `git clone https://bitbucket.org/thoughtpolice/hs-asai.git`
# Authors
See [AUTHORS.txt](https://raw.github.com/thoughtpolice/hs-asai/master/AUTHORS.txt).
# License
MIT. See
[LICENSE.txt](https://raw.github.com/thoughtpolice/hs-asai/master/LICENSE.txt)
for terms of copyright and redistribution.[main page]: http://thoughtpolice.github.com/hs-asai
[contribute]: https://github.com/thoughtpolice/hs-asai/blob/master/CONTRIBUTING.md
[issue tracker]: http://github.com/thoughtpolice/hs-asai/issues
[gh]: http://github.com/thoughtpolice/hs-asai
[bb]: http://bitbucket.org/thoughtpolice/hs-asai
[Hackage]: http://hackage.haskell.org/package/asai