Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
LZMA/XZ compression and decompression This package provides a pure interface for compressing and decompressing LZMA (Lempel–Ziv–Markov chain algorithm) streams of data represented as lazy ByteStrings. A monadic incremental interface is provided as well. This package relies on the liblzma C library. The following packages are based on this package and provide API support for popular streaming frameworks:
- lzma-streams (for io-streams)
- pipes-lzma (for pipes)
- lzma-conduit (for conduit)
-
A markup parser. A markup parser and printer, from and to strict bytestrings, optimised for speed.
-
Library that contains generators, properties and tests for Massiv Array Library. This library is designed for users of massiv library that need random generators for writing custom property tests and reusing some of the predefined ones.
-
native matrix based on vector Pure Haskell matrix library, supporting creating, indexing, and modifying dense/sparse matrices.
-
Common types for sampling. Common types for implementing Markov Chain Monte Carlo (MCMC) algorithms. An instance of an MCMC problem can be characterized by the following:
- A target distribution over some parameter space
- A parameter space for a Markov chain to wander over
- A transition operator to drive the Markov chain
-
A library that can be used for multiple Ord a => a -> b transformations. A library that can be used as a case ... of construction replacement for various cases. Since the 0.2.0.0 version also uses the cuckoo hashtables in the respective module. Since the 0.3.0.0 version the hashing functionality moved to the separate package mmsyn2-hashable.
-
Fast type-safe modular arithmetic Modular arithmetic, promoting moduli to the type level, with an emphasis on performance. Originally part of the arithmoi package.
-
Monadic Functional Reactive Programming Please see the README on GitHub at https://github.com/YoshikuniJujo/moffy#readme
-
A new, simple, composable concurrency abstraction. A monad m is said to allow scheduling if you can pass a number of actions m a to it, and those can be executed at the same time concurrently. You can observe the result of the actions after some time: Some actions will complete first, and the results of these are returned then as a list NonEmpty a. Other actions are still running, and for these you will receive continuations of type m a, which you can further run or schedule to completion as you like.
-
Driver (client) for MongoDB, a free, scalable, fast, document DBMS This package lets you connect to MongoDB servers and update/query their data. Please see the example in Database.MongoDB and the tutorial from the homepage. For information about MongoDB itself, see www.mongodb.org.