bound-extras: ScopeH and ScopeT extras for bound
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Provides more complex Scope
variants; ScopeT
and ScopeH
:
Scope b f a ~ ScopeT b IdentityT f a ~ ScopeH b f f a ScopeT b t f a ~ ScopeH b (t f) f a
ScopeH
probably should be preferred over ScopeT
.
Latter is left here for completeness.
Simple implementations of ScopeH
and ScopeT
would be similar
(sans type arguments) to Bound.Scope.Simple
.
Look into examples/
directory for System F and Bidirectional STLC
implemented with a help of ScopeH
.
Properties
Versions | 0, 0.0.1, 0.0.1, 0.0.2, 0.0.3 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.9.1.0 && <4.10 || >=4.10.1.0 && <4.11 || >=4.11.1.0 && <4.12 || >=4.12.0.0 && <4.13), bifunctors (>=5.5.3 && <5.6), bound (>=2.0.1 && <2.1), deepseq (>=1.4.2.0 && <1.5), hashable (>=1.2.7.0 && <1.3), transformers (>=0.5.0.0 && <0.6) [details] |
License | BSD-3-Clause |
Copyright | (c) 2018 Oleg Grenrus |
Author | Oleg Grenrus, Edward Kmett |
Maintainer | Oleg Grenrus <oleg.grenrus@iki.fi> |
Category | Language, Compilers, Interpreters |
Home page | https://github.com/phadej/bound-extras |
Bug tracker | https://github.com/phadej/bound-extras/issues |
Source repo | head: git clone https://github.com/phadej/bound-extras |
Uploaded | by phadej at 2019-04-25T14:41:40Z |
Modules
[Index] [Quick Jump]
- Bound
- Control
- Monad
Downloads
- bound-extras-0.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees