Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parsonsmatt/record-impl
https://github.com/parsonsmatt/record-impl
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/parsonsmatt/record-impl
- Owner: parsonsmatt
- License: bsd-3-clause
- Created: 2022-03-14T20:43:22.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-09T22:21:14.000Z (over 2 years ago)
- Last Synced: 2024-04-24T00:39:58.939Z (7 months ago)
- Language: Haskell
- Size: 19.5 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# record-impl
This package uses `OverloadedRecordDot` to implement *methods* on datatypes, stealing the `impl` keyword from Rust.
It's pretty immature, though in theory it could support pretty powerful stuff!## Example:
See [`test/Example.hs`](test/Example.hs)