Hoogle Search

Within LTS Haskell 24.56 (ghc-9.10.3)

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

  1. package mail-pool

    Preconfigured email connection pool on top of smtp. Email helper functions with some sane defaults such as a resource pool and cli support

  2. package main-tester

    Capture stdout/stderr/exit code, and replace stdin of your main function. See README.md for detail.

  3. package mainland-pretty

    Pretty printing designed for printing source code. Pretty printing designed for printing source code based on Wadler's paper A Prettier Printer. The main advantage of this library is its ability to automatically track the source locations associated with pretty printed values and output appropriate #line pragmas and its ability to produce output in the form of lazy text using a builder.

  4. 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

  5. package mandrill

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

  6. package mappings

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

  7. 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

  8. 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.

  9. package massiv-serialise

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

  10. package math-extras

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

Page 215 of many | Previous | Next