https://github.com/agrafix/hvect
Haskell: Simple heterogeneous lists
https://github.com/agrafix/hvect
Last synced: about 1 year ago
JSON representation
Haskell: Simple heterogeneous lists
- Host: GitHub
- URL: https://github.com/agrafix/hvect
- Owner: agrafix
- License: mit
- Created: 2015-04-30T09:16:03.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-02-07T05:22:11.000Z (over 4 years ago)
- Last Synced: 2024-04-27T01:22:21.816Z (about 2 years ago)
- Language: Haskell
- Size: 27.3 KB
- Stars: 10
- Watchers: 5
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
hvect
=====
[](https://travis-ci.org/agrafix/hvect)
[](http://hackage.haskell.org/package/hvect)
## Intro
Hackage: [hvect](http://hackage.haskell.org/package/hvect)
Stackage: [hvect](https://www.stackage.org/package/hvect)
Simple strict heterogeneous lists
## Install
* Using cabal: `cabal install hvect`
* Using Stack: `stack install hvect`
* From Source (cabal): `git clone https://github.com/agrafix/hvect.git && cd hvect && cabal install`
* From Source (stack): `git clone https://github.com/agrafix/hvect.git && cd hvect && stack build`
## License
Released under the MIT license.
(c) 2014 - 2022 Alexander Thiemann , Tim Baumann
By contributing to this repository you agree that your contributions will be released under the MIT license.