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.
-
cryptonite conduit Conduit bridge for cryptonite For now only provide a conduit version for hash and hmac, but with contribution, this could provide cipher conduits too, and probably other things.
-
Crypto stuff using OpenSSL cryptographic library Crypto stuff using the OpenSSL cryptographic library as bindings
-
Discrete constraint satisfaction problem (CSP) solver. Constraint satisfaction problem (CSP) solvers
-
A flexible, fast, conduit-based CSV parser library for Haskell. CSV files are the de-facto standard in many situations involving data transfer, particularly when dealing with enterprise application or disparate database systems. While there are a number of CSV libraries in Haskell, at the time of this project's start in 2010, there wasn't one that provided all of the following:
- Full flexibility in quote characters, separators, input/output
- Constant space operation
- Robust parsing, correctness and error resiliency
- Convenient interface that supports a variety of use cases
- Fast operation
-
Non-blocking concurrent map A non-blocking concurrent map implementation based on lock-free concurrent hash tries (aka Ctries).
-
Support for construction, rendering, and parsing of CUE sheets Support for construction, rendering, and parsing of CUE sheets.
-
A package for simple, fast radiocarbon calibration Radiocarbon calibration with the intercept method optimised for fast calibration of many dates.
-
Generators for Purely Functional Cursors Generators for Purely Functional Cursors for common data structures
-
A subfield of the complex numbers for exact calculation. The cyclotomic numbers are a subset of the complex numbers that are represented exactly, enabling exact computations and equality comparisons. They contain the Gaussian rationals (complex numbers of the form p + q i with p and q rational), as well as all complex roots of unity. The cyclotomic numbers contain the square roots of all rational numbers. They contain the sine and cosine of all rational multiples of pi. The cyclotomic numbers form a field, being closed under addition, subtraction, mutiplication, and division.
-
Type-indexed runtime-checked properties This package provides a (phantom) type-indexed newtype evidence-wrapper for values that are checked to satisfy the property associated with the type.