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] [Quick Jump]

Downloads

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 && <5) [details]
License MIT
Copyright (c) 2014 - 2022 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>
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 2022-02-07T05:22:19Z
Distributions LTSHaskell:0.4.0.1, NixOS:0.4.0.1, Stackage:0.4.0.1
Reverse Dependencies 12 direct, 9 indirect [details]
Downloads 9068 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 2022-02-07 [all 1 reports]

Readme for hvect-0.4.0.1

[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

License

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

By contributing to this repository you agree that your contributions will be released under the MIT license.