Hoogle Search
Within LTS Haskell 24.18 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Deriver for Data.Vector.Unboxed using Template Haskell A Template Haskell deriver for unboxed vectors, given a pair of coercion functions to and from some existing type with an Unbox instance. Refer to Data.Vector.Unboxed.Deriving for documentation and examples.
-
Extensible Records Extensible records for Haskell with lenses.
-
WAI application for static serving API docs and the README are available at http://www.stackage.org/package/wai-app-static.
-
Provide a bridge between WAI and the websockets package. API docs and the README are available at http://www.stackage.org/package/wai-websockets.
-
HTTP over TLS support for Warp via the TLS package SSLv1 and SSLv2 are obsoleted by IETF. We should use TLS 1.2 (or TLS 1.1 or TLS 1.0 if necessary). HTTP/2 can be negotiated by ALPN. API docs and the README are available at http://www.stackage.org/package/warp-tls.
-
filterable traversable A stronger variant of traverse which can remove elements and generalised mapMaybe, catMaybes, filter
-
An easy-to-use HTTP client library. . A web client library that is designed for ease of use. . Tutorial: http://www.serpentine.com/wreq/tutorial.html . Features include: . * Simple but powerful lens-based API . * A solid test suite, and built on reliable libraries like http-client and lens . * Session handling includes connection keep-alive and pooling, and cookie persistence . * Automatic response body decompression . * Powerful multipart form and file upload handling . * Support for JSON requests and responses, including navigation of schema-less responses . * Basic and OAuth2 bearer authentication . * Early TLS support via the tls package
-
A rope data structure used by Yi A rope data structure used by Yi
-
Singleton Tuple This package is a compatibility package for a singleton data type
data Solo a = MkSolo a
Note: it's not a newtype Solo is available in base-4.16 (GHC-9.2). -
State variables This package contains state variables, which are references in the IO monad, like IORefs or parts of the OpenGL state.