Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. package validity-bytestring

    Validity instances for bytestring Please see README.md

  2. package validity-scientific

    Validity instances for scientific Validity instances for scientific

  3. package vector-builder

    Vector builder An API for efficient and convenient construction of vectors. It provides the composable Builder abstraction, which has instances of the Monoid and Semigroup classes. . [Usage] . First you use the Builder abstraction to specify the structure of the vector. Then you execute the builder to actually produce the vector. . [Example] . The following code shows how you can efficiently concatenate different datastructures into a single immutable vector: . > >import qualified Data.Vector as A >import qualified VectorBuilder.Builder as B >import qualified VectorBuilder.Vector as C > > >myVector :: A.Vector a -> [a] -> a -> A.Vector a >myVector vector list element = > C.build builder > where > builder = > B.vector vector <> > B.foldable list <> > B.singleton element

  4. package vector-hashtables

    Efficient vector-based mutable hashtables implementation. This package provides efficient vector-based hashtable implementation similar to .NET Generic Dictionary implementation (at the time of 2015). See Data.Vector.Hashtables for documentation.

  5. package versions

    Types and parsers for software version numbers. A library for parsing and comparing software version numbers. We like to give version numbers to our software in a myriad of ways. Some ways follow strict guidelines for incrementing and comparison. Some follow conventional wisdom and are generally self-consistent. Some are just plain asinine. This library provides a means of parsing and comparing any style of versioning, be it a nice Semantic Version like this:

    1.2.3-r1+git123
    
    ...or a monstrosity like this:
    2:10.2+0.0093r3+1-1
    
    Please switch to Semantic Versioning if you aren't currently using it. It provides consistency in version incrementing and has the best constraints on comparisons. This library implements version 2.0.0 of the SemVer spec.

  6. package wai-middleware-caching

    WAI Middleware to cache things Please see README.md

  7. package wave

    Work with WAVE and RF64 files Work with WAVE and RF64 files.

  8. package web3-crypto

    Cryptograhical primitives for Haskell Web3 library. This package implements Web3 specific cryptography and helper functions.

  9. package world-peace

    Open Union and Open Product Types Please see README.md.

  10. package xeno

    A fast event-based XML parser in pure Haskell A fast, low-memory use, event-based XML parser in pure Haskell.

Page 98 of many | Previous | Next