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.

  1. package lzma

    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:

  2. package markup-parse

    A markup parser. A markup parser and printer, from and to strict bytestrings, optimised for speed.

  3. package massiv-test

    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.

  4. package matrices

    native matrix based on vector Pure Haskell matrix library, supporting creating, indexing, and modifying dense/sparse matrices.

  5. package mcmc-types

    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
    mcmc-types provides the suitably-general Target, Chain, and Transition types for representing these things respectively.

  6. package mmsyn2-array

    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.

  7. package mod

    Fast type-safe modular arithmetic Modular arithmetic, promoting moduli to the type level, with an emphasis on performance. Originally part of the arithmoi package.

  8. package moffy

    Monadic Functional Reactive Programming Please see the README on GitHub at https://github.com/YoshikuniJujo/moffy#readme

  9. package monad-schedule

    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.

  10. package mongoDB

    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.

Page 67 of many | Previous | Next