Hoogle Search

Within LTS Haskell 24.57 (ghc-9.10.3)

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

  1. package equivalence

    Maintaining an equivalence relation implemented as union-find using STT. This is an implementation of Tarjan's Union-Find algorithm (Robert E. Tarjan. "Efficiency of a Good But Not Linear Set Union Algorithm", JACM 22(2), 1975) in order to maintain an equivalence relation. This implementation is a port of the union-find package using the ST monad transformer (instead of the IO monad).

  2. package error-or

    Composable, hierarchical errors. An Applicative Functor with error accumulation. Built in tree like error type meant for gathering and reporting errors to users.

  3. package executable-path

    Finding out the full path of the executable. The documentation of "System.Environment.getProgName" says that "However, this is hard-to-impossible to implement on some non-Unix OSes, so instead, for maximum portability, we just return the leafname of the program as invoked." This library tries to provide the missing path. Note: Since base 4.6.0.0, there is also a function "System.Environment.getExecutablePath".

  4. package extended-reals

    Extension of real numbers with positive/negative infinities Extension of real numbers with positive/negative infinities (±∞). It is useful for describing various limiting behaviors in mathematics.

  5. package extractable-singleton

    A functor, where the "stored" value is isomorphic to Identity A functor, where the "stored" value is isomorphic to Identity

  6. package fakedata

    Library for producing fake data Please see the README on GitHub at https://github.com/psibi/fakedata#readme

  7. package fakedata-parser

    Please see the README on GitHub at https://github.com/psibi/fakedata-parser#readme

  8. package fakepull

    Monad to pull from fake stream-like objects. See https://github.com/igrep/haskell-fakepull#readme.

  9. package fast-builder

    Fast ByteString Builder An efficient implementation of ByteString builder. It should be faster than the standard implementation in most cases. In many benchmarks, the performance improvement is 2x-10x.

  10. package fast-myers-diff

    A fast implementation of the Myers diff algorithm. A fast implementation of the diffing algorithm described in 'An O(ND) Difference Algorithm and Its Variations' by Eugene W. Myers.

Page 115 of many | Previous | Next