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 LetsBeRational

    European option implied vol calculation Haskell binding for Jaekel's "Let's be Rational" implied volatility calculation

  2. package ListTree

    Trees and monadic trees expressed as monadic lists where the underlying monad is a list Directory tree structure expressed as a monadic tree. Searching, pruning, iterating, and processing trees.

  3. package ListZipper

    Simple zipper for lists List zipper with O(1) get element at cursor, insert at cursor, delete at cursor, move right, and move left operations.

  4. package MultipletCombiner

    A Haskell implementation for combining SU(n) multiplets See README at https://github.com/mdrslmr/MultipletCombiner

  5. package MusicBrainz

    interface to MusicBrainz XML2 and JSON web services interface to MusicBrainz XML2 and JSON web services

  6. package NineP

    9P2000 in pure Haskell Pure Haskell implementation of the 9P2000 protocol from the Plan 9 and Inferno operating systems. Many implementations of 9P2000 exist including the Linux kernel v9fs module, wmii (X window manager). More information on 9P and implementations may be found at http://9p.cat-v.org

  7. package NoHoed

    Placeholder package to preserve debug ability via conditional builds Placeholder package to preserve debug ability via conditional builds

  8. package Plural

    Pluralize English words Pluralize English words

  9. package QuasiText

    A QuasiQuoter for Text. A QuasiQuoter for interpolating values into Text strings.

  10. package Ranged-sets

    Ranged sets for Haskell A ranged set is an ordered list of ranges. This allows sets such as all reals x such that:

    (0.25 < x <= 0.75 or 1.4 <= x < 2.3 or 4.5 < x)
    
    Alternatively you can have all strings s such that:
    ("F" <= s < "G")
    

Page 274 of many | Previous | Next