record-dot-preprocessor: Preprocessor to allow record.field syntax
In almost every programming language a.b
will get the b
field from the a
data type, and many different data types can have a b
field.
The reason this feature is ubiquitous is because it's useful.
The record-dot-preprocessor
brings this feature to Haskell - see the README for full details.
[Skip to Readme]
Downloads
- record-dot-preprocessor-0.1.4.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.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.2, 0.2.1, 0.2.2, 0.2.3, 0.2.4, 0.2.5, 0.2.6, 0.2.7, 0.2.8, 0.2.9, 0.2.10, 0.2.11, 0.2.12, 0.2.13, 0.2.14, 0.2.15, 0.2.16, 0.2.17 |
---|---|
Change log | CHANGES.txt |
Dependencies | base (>=4.6 && <5), extra, filepath [details] |
Tested with | ghc ==8.4.3, ghc ==8.2.2 |
License | BSD-3-Clause |
Copyright | Neil Mitchell 2018 |
Author | Neil Mitchell <ndmitchell@gmail.com> |
Maintainer | Neil Mitchell <ndmitchell@gmail.com> |
Category | Development |
Home page | https://github.com/ndmitchell/record-dot-preprocessor#readme |
Bug tracker | https://github.com/ndmitchell/record-dot-preprocessor/issues |
Source repo | head: git clone https://github.com/ndmitchell/record-dot-preprocessor.git |
Uploaded | by NeilMitchell at 2018-09-07T13:44:12Z |
Distributions | LTSHaskell:0.2.17, NixOS:0.2.17 |
Reverse Dependencies | 5 direct, 2 indirect [details] |
Executables | record-dot-preprocessor |
Downloads | 11850 total (12 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] Last success reported on 2018-09-07 [all 3 reports] |