Popularity
6.4
Declining
Activity
1.1
Growing
10
4
5
Monthly Downloads: 36
Programming language: Haskell
License: MIT License
Tags:
Data
Latest version: v0.4.0.0
hvect alternatives and similar packages
Based on the "Data" category.
Alternatively, view hvect alternatives based on common mentions on social networks and blogs.
-
lens
Lenses, Folds, and Traversals - Join us on web.libera.chat #haskell-lens -
semantic-source
Parsing, analyzing, and comparing source code across many languages -
text
Haskell library for space- and time-efficient operations over Unicode text. -
code-builder
Packages for defining APIs, running them, generating client code and documentation. -
compendium-client
Mu (μ) is a purely functional framework for building micro services. -
cassava
A CSV parsing and encoding library optimized for ease of use and high performance -
holmes
A reference library for constraint-solving with propagators and CDCL. -
primitive
This package provides various primitive memory-related operations. -
resource-pool
A high-performance striped resource pooling implementation for Haskell -
discrimination
Fast linear time sorting and discrimination for a large class of data types -
dependent-sum
Dependent sums and supporting typeclasses for comparing and displaying them -
IORefCAS
A collection of different packages for CAS based data structures. -
dependent-map
Dependently-typed finite maps (partial dependent products) -
reflection
Reifies arbitrary Haskell terms into types that can be reflected back into terms -
orgmode-parse
Attoparsec parser combinators for parsing org-mode structured text! -
streaming
An optimized general monad transformer for streaming applications, with a simple prelude of functions -
text-icu
This package provides the Haskell Data.Text.ICU library, for performing complex manipulation of Unicode text. -
scientific
Arbitrary-precision floating-point numbers represented using scientific notation
TestGPT | Generating meaningful tests for busy devs
Get non-trivial tests (and trivial, too!) suggested right inside your IDE, so you can code smart, create more value, and stay confident when you push.
Promo
codium.ai
Do you think we are missing an alternative of hvect or a related project?
README
hvect
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 [email protected], Tim Baumann [email protected]
*Note that all licence references and agreements mentioned in the hvect README section above
are relevant to that project's source code only.