Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. package string-interpolate

    Haskell string/text/bytestring interpolation that just works Unicode-aware string interpolation that handles all textual types. See the README at https://gitlab.com/williamyaoh/string-interpolate/blob/master/README.md for more info.

  2. package tasty-hspec

    Hspec support for the Tasty test framework. This package provides a Tasty provider for Hspec test suites.

  3. package autodocodec

    Self-documenting encoder and decoder Self-documenting encoder and decoder

  4. package either

    Combinators for working with sums Combinators for working with sums.

  5. package explicit-exception

    Exceptions which are explicit in the type signature. Synchronous and Asynchronous exceptions which are explicit in the type signature. The first ones are very similar to Either and Control.Monad.Error.ErrorT. The second ones are used for System.IO.readFile and System.IO.hGetContents. This package is a proposal for improved exception handling in Haskell. It strictly separates between handling of exceptional situations (file not found, invalid user input, see http://wiki.haskell.org/Exception) and (programming) errors (division by zero, index out of range, see http://wiki.haskell.org/Error). Handling of the first one is called "exception handling", whereas handling of errors is better known as "debugging". For applications see the packages midi, spreadsheet, http-monad. Although I'm not happy with the identifier style of the Monad Transformer Library (partially intended for unqualified use) I have tried to adopt it for this library, in order to let Haskell programmers get accustomed easily to it. See also: unexceptionalio

  6. package genvalidity-criterion

    Criterion benchmarks for generators Criterion benchmarks for generators

  7. package hlint

    Source code suggestions HLint gives suggestions on how to improve your source code.

  8. package kan-extensions

    Kan extensions, Kan lifts, the Yoneda lemma, and (co)density (co)monads Kan extensions, Kan lifts, various forms of the Yoneda lemma, and (co)density (co)monads.

  9. package monad-loops

    Monadic loops Some useful control operators for looping. New in 0.4: STM loop operators have been split into a new package instead of being conditionally-built. New in 0.3.2.0: various functions for traversing lists and computing minima/maxima using arbitrary procedures to compare or score the elements.

  10. package persistent-sqlite

    Backend for the persistent library using sqlite3. This package includes a thin sqlite3 wrapper based on the direct-sqlite package, as well as the entire C library, so there are no system dependencies.

Page 22 of many | Previous | Next