Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Massiv (Массив) is an Array Library. Multi-dimensional Arrays with fusion, stencils and parallel computation.
-
Various extra monoid-related definitions and utilities Various extra monoid-related definitions and utilities, such as monoid actions, monoid coproducts, semi-direct products, "deletable" monoids, "split" monoids, and "cut" monoids.
-
OpenAPI 3.0 data model This library is intended to be used for decoding and encoding OpenAPI 3.0 API specifications as well as manipulating them. The original OpenAPI 3.0 specification is available at http://swagger.io/specification/.
-
Implementation of difficult monads made easy with operational semantics. This library makes it easy to implement monads with tricky control flow. This is useful for: writing web applications in a sequential style, programming games with a uniform interface for human and AI players and easy replay capababilities, implementing fast parser monads, designing monadic DSLs, etc. Related packages:
- MonadPrompt — http://hackage.haskell.org/package/MonadPrompt
- free — http://hackage.haskell.org/package/free
- free-operational — http://hackage.haskell.org/package/free-operational
-
Portable regex library for Perl 5 compatible regular expressions A small, efficient and portable regex library for Perl 5 compatible regular expressions. The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5. If installation fails with missing pcre/pkg-config, try installing the libpcre3-dev package (linux) or running brew install pcre pkg-config (macOS).
-
Privacy Enhanced Mail (PEM) format reader and writer. Privacy Enhanced Mail (PEM) format reader and writer. long description
-
ByteString support for pipes This library provides pipes utilities for ByteStrings
-
Primitive GHC types with unlifted types inside Primitive GHC types with unlifted types inside. There used to be a module named Data.Primitive.UnliftedArray in the primitive library. However, it turns out that it is impossible to write such an API safely in versions of GHC before 8.10.1, thanks to some nasty interactions between unsafe coercions and the foreign function interface. This package also uses a somewhat different, and more flexible, approach than that module did.
-
A small prelude. A sensible set of defaults for writing custom Preludes.
-
Test properties and default-mains for QuickCheck This package contains definitions of test properties and default-mains using QuickCheck library.