https://github.com/ocramz/reify-test
Simplified implementation of `data-reify` from the paper "Type-safe observable sharing in Haskell" by Andy Gill
https://github.com/ocramz/reify-test
Last synced: 3 months ago
JSON representation
Simplified implementation of `data-reify` from the paper "Type-safe observable sharing in Haskell" by Andy Gill
- Host: GitHub
- URL: https://github.com/ocramz/reify-test
- Owner: ocramz
- License: bsd-3-clause
- Created: 2016-07-30T10:58:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-30T13:02:15.000Z (about 9 years ago)
- Last Synced: 2025-03-27T06:24:36.418Z (6 months ago)
- Language: Haskell
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# reify-test
Simplified implementation of `data-reify` from the paper "Type-safe observable sharing in Haskell" by Andy Gill