Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Simple http queries Simple web API queries returning JSON.
-
Utilities for indexed profunctors This package contains basic definitions related to indexed profunctors. These are primarily intended as internal utilities to support the optics and generic-lens package families.
-
Write Haskell source files including C code inline. No FFI required. See https://github.com/fpco/inline-c/blob/master/README.md.
-
Conversion from strings to Integer The naive foldl' (acc d -> acc * 10 + d) 0 is expensive (quadratic!) for large Integers. This package provides sub-quadratic implementation.
-
A binding to the libBF library. LibBF is a C library for working with arbitray precision IEEE 754 floating point numbers.
-
ListT done right A correct implementation of the list monad-transformer. Useful for basic streaming.
-
Log-domain arithmetic This package provides log-domain floats, doubles and complex numbers.
-
Hex-string type for Haskell Web3 library. Client library for Third Generation of Web.
-
Compose MIME email messages. Hackage documentation generation is not reliable. For up to date documentation, please see: http://www.stackage.org/package/mime-mail.
-
Type class for monads which carry the notion of the current time. MonadTime type class for monads which carry the notion of the current time.