https://github.com/vmchale/ats-storable
ATS storable instance
https://github.com/vmchale/ats-storable
Last synced: 11 months ago
JSON representation
ATS storable instance
- Host: GitHub
- URL: https://github.com/vmchale/ats-storable
- Owner: vmchale
- License: bsd-3-clause
- Created: 2018-06-14T00:10:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-24T00:25:46.000Z (over 7 years ago)
- Last Synced: 2025-01-08T12:08:13.268Z (about 1 year ago)
- Language: Haskell
- Size: 1.83 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ats-storable
[](https://travis-ci.org/vmchale/ats-storable)
Fork of
[generic-storable](hackage.haskell.org/package/generic-storable) altered to
work with ATS' algebraic data types.
For documentation concerning the ATS side of things, consult the
[documentation](http://ats-lang.sourceforge.net/DOCUMENT/INT2PROGINATS/HTML/x2179.html).
## Building for Hacking
Install [atspkg](http://hackage.haskell.org/package/ats-pkg-2.5.0.3#readme),
then:
```
atspkg build
cabal new-test
```