Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. package managed

    A monad for managed values In Haskell you very often acquire values using the with... idiom using functions of type (a -> IO r) -> IO r. This idiom forms a Monad, which is a special case of the ContT monad (from transformers) or the Codensity monad (from kan-extensions). The main purpose behind this package is to provide a restricted form of these monads specialized to this unusually common case. The reason this package defines a specialized version of these types is to:

    • be more beginner-friendly,
    • simplify inferred types and error messages, and:
    • provide some additional type class instances that would otherwise be orphan instances

  2. package mandrill

    Library for interfacing with the Mandrill JSON API Pure Haskell client for the Mandrill JSON API

  3. package mappings

    Types which represent functions k -> v A typeclass and a number of implementations; please read README.md on github

  4. package markov-chain-usage-model

    Computations for Markov chain usage models Please see the README on GitHub at https://github.com/advancedtelematic/markov-chain-usage-model#readme

  5. package massiv-io

    Import/export of Image files into massiv Arrays This package contains functionality for import/export of arrays into the real world. For now it only has the ability to read/write image files in various formats.

  6. package massiv-serialise

    Compatibility of 'massiv' with 'serialise' Orphan Serialise class instances from serialise package that allow serialization of arrays defined in massiv package

  7. package math-extras

    A variety of mathematical utilities A variety of mathematical utilities not covered in base.

  8. package matplotlib

    Bindings to Matplotlib; a Python plotting library Matplotlib is probably the most full featured plotting library out there. These bindings provide a quick, easy, and extensible way to use it in Haskell.

    onscreen $ contourF (\a b -> sin (a*pi/180.0) + cos (b*pi/180.0)) (-100) 100 (-200) 200 10
    

  9. package matrix-market-attoparsec

    Parsing and serialization functions for the NIST Matrix Market format Parsing and serialization functions for the NIST Matrix Market format.

  10. package matrix-static

    Type-safe matrix operations Please see the README on GitHub at https://github.com/wchresta/matrix-static#readme

Page 214 of many | Previous | Next