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.
-
Semigroups, specialized containers and a general map/reduce framework Semigroups, specialized containers and a general map/reduce framework.
-
Functional Reactive Web Apps with Reflex Web applications without callbacks or side-effects. Reflex-DOM brings the power of functional reactive programming (FRP) to the web. Build HTML and other Document Object Model (DOM) data with a pure functional interface. Reflex-DOM is a Functional Reactive web framework based on the Reflex FRP engine: https://reflex-frp.org/. The reflex-dom package is a small wrapper around the reflex-dom-core package. It pulls in the correct set of dependencies for each target platform (GHCJS, WebKitGTK, WASM, mobile, etc.). Libraries should depend on reflex-dom-core and executables will usually depend on reflex-dom. All of reflex-dom-core's modules are re-exported by reflex-dom.
-
Toolkit for regex-base A regular expression toolkit for regex-base with compile-time checking of RE syntax, data types for matches and captures, a text replacement toolkit, portable options, high-level AWK-like tools for building text processing apps, regular expression macros with parsers and test bench, comprehensive documentation, tutorials and copious examples.
-
Regex-based parsing with applicative interface regex-applicative is a Haskell library for parsing using regular expressions. Parsers can be built using Applicative interface.
-
PCRE Backend for "Text.Regex" (regex-base) This package provides a PCRE backend for the regex-base API. See also https://wiki.haskell.org/Regular_expressions for more information.
-
data structure for assembling components This library provides a Registry which is a data structure containing a list of functions and values representing dependencies in a directed acyclic graph. A make function can then be used to create a value of a specific type out of the registry. You can start with the README for a full description of the library.
-
Memory reinterpretation casts for Float/Double and Word32/Word64 Memory reinterpretation casts for Float/Double and Word32/Word64. The implementations in the .Internal package are different ways to tackle the problem; the array method (current default) is about 5 times faster than the FFI method.
-
Sensible RLP encoding An implementation of RLP as specified in the Ethereum Wiki, using Attoparsec
-
Find, replace, split string patterns with Megaparsec parsers (instead of regex) Find text patterns, replace the patterns, split on the patterns. Use Megaparsec monadic parsers instead of regular expressions for pattern matching.
-
Haskeline wrapper for GHCi-like REPL interfaces. Haskeline wrapper for GHCi-like REPL interfaces. Composable with normal mtl transformers.