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.
-
European option implied vol calculation Haskell binding for Jaekel's "Let's be Rational" implied volatility calculation
-
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.
-
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.
-
A Haskell implementation for combining SU(n) multiplets See README at https://github.com/mdrslmr/MultipletCombiner
-
interface to MusicBrainz XML2 and JSON web services interface to MusicBrainz XML2 and JSON web services
-
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
-
Placeholder package to preserve debug ability via conditional builds Placeholder package to preserve debug ability via conditional builds
-
Pluralize English words Pluralize English words
-
A QuasiQuoter for Text. A QuasiQuoter for interpolating values into Text strings.
-
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")