Hoogle Search
Within LTS Haskell 24.48 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Cross-platform File handling Cross-platform File handling for Unix/Mac/Windows
-
An easy to use, performant extensible effects library. An easy to use, performant extensible effects library with seamless integration with the existing Haskell ecosystem. . This is the "batteries-included" variant. See the effectful-core package if you need a more limited dependency footprint or want to browse documentation of core modules.
-
Elm syntax and pretty-printing Please see the README on GitHub at https://github.com/haskell-to-elm/elm-syntax#readme
-
Handle molecular sequences Examine, modify, and simulate molecular sequences in a reproducible way. Please see the README on GitHub at https://github.com/dschrempf/elynx.
-
Handle phylogenetic trees Examine, compare, and simulate phylogenetic trees in a reproducible way. Please see the README on GitHub at https://github.com/dschrempf/elynx.
-
A library for various character encodings Haskell has excellect handling of unicode, the Char type covers all unicode chars. Unfortunately, there's no possibility to read or write something to the outer world in an encoding other than ascii due to the lack of support for encodings. This library should help with that.
-
A text rendering and parsing toolkit for enumerated types A text rendering and parsing toolkit for enumerated types. Please see the README on GitHub at https://github.com/cdornan/enum-text#readme
-
Exact rational multiples of pi (and integer powers of pi) Provides an exact representation for rational multiples of pi alongside an approximate representation of all reals. Useful for storing and computing with conversion factors between physical units.
-
Additional data types Please see the README on GitHub at https://github.com/YoshikuniJujo/extra-data-yj#readme
-
Use Template Haskell to embed (LZMA compressed) data. The file-embed package let's embed file and dir contents. This package is similar, but also compresses the embedded contents with LZMA. That makes resulting object files smaller, at the cost of start up decompression. There's also an embedRecursiveDir function.