hvect: Simple strict heterogeneous lists

[ data, library, mit ] [ Propose Tags ]

Small, concise and simple implementation of heterogeneous lists with useful utility functions


[Skip to Readme]

Modules

[Index]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0.0, 0.3.0.0, 0.3.1.0, 0.4.0.0, 0.4.0.1
Dependencies base (>=4.8 && <4.16) [details]
License MIT
Copyright (c) 2014 - 2017 Alexander Thiemann <mail@athiemann.net>, Tim Baumann <tim@timbaumann.info>
Author Alexander Thiemann <mail@athiemann.net>, Tim Baumann <tim@timbaumann.info>
Maintainer Alexander Thiemann <mail@athiemann.net>
Revised Revision 1 made by Bodigrim at 2022-10-31T20:11:44Z
Category Data
Home page https://github.com/agrafix/hvect
Bug tracker https://github.com/agrafix/hvect/issues
Source repo head: git clone https://github.com/agrafix/hvect
Uploaded by AlexanderThiemann at 2017-02-03T12:08:15Z
Distributions LTSHaskell:0.4.0.1, NixOS:0.4.0.1, Stackage:0.4.0.1
Reverse Dependencies 12 direct, 9 indirect [details]
Downloads 9080 total (47 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-02-03 [all 1 reports]

Readme for hvect-0.4.0.0

[back to package description]

hvect

Build Status Hackage

Intro

Hackage: hvect Stackage: 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

Misc

Supported GHC Versions

  • 7.8.4
  • 7.10.2

License

Released under the MIT license. (c) 2014 - 2016 Alexander Thiemann mail@athiemann.net, Tim Baumann tim@timbaumann.info