Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/parsonsmatt/record-impl


https://github.com/parsonsmatt/record-impl

Last synced: 10 days ago
JSON representation

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)