typelet: Plugin to faciliate type-level let
For a certain class of programs, type-level let is essential
in order to be able to write these programs in such a way
that they do not result in ghc core that is quadratic in
size. Type-level let is not explicitly supported in ghc,
but we can encode it. The typelet
library provides a
type-checker plugin that makes the encoding more convenient
to use as well as more effective.
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
build-doctest-examples | Build doctest-examples-typelet (for testing only) | Disabled |
include-size-tests | Include size tests in the test suite | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- typelet-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0, 0.1.1.0, 0.1.2, 0.1.3, 0.1.4, 0.1.5 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.13 && <4.17), containers, ghc, ghc-tcplugin-api (>=0.6 && <0.7), typelet [details] |
License | BSD-3-Clause |
Copyright | Well-Typed LLP, Juspay Technologies Pvt Ltd |
Author | Edsko de Vries |
Maintainer | edsko@well-typed.com |
Category | Plugin |
Bug tracker | https://github.com/well-typed/typelet/issues |
Source repo | head: git clone https://github.com/well-typed/typelet |
Uploaded | by EdskoDeVries at 2021-12-17T07:31:43Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | doctest-examples-typelet |
Downloads | 492 total (1 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2021-12-17 [all 1 reports] |