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

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

Awesome Lists containing this project

README

          

# ats-storable

[![Build Status](https://travis-ci.org/vmchale/ats-storable.svg?branch=master)](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
```