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.
-
Additional data and structures to some 'String'-related lists. Is primarily used to transform some Strings read from a file.
-
Human exchangable identifiers and locators Overview Simple identifiers (as used, for example, as "locators" in airline reservation systems) using a subset of the Latin1 alphabet whose characters are unambigious when written or spoken.
-
Run FastLogger in a thread and direct all queued messages to it. Please see README.md
-
Simplified logging in IO for application writers. logging is a wrapper around fast-logger which makes it easy to log from IO. It provides the following conveniences on top of those libraries:
- A set of shorter functions to type: debug, log, warn, plus others that flush after each message, or which allow providing a message source string.
- Logging variants of error, trace and traceShow, called errorL, traceL and traceShowL. These use unsafePerformIO in order to act as direct replacements, so the usual caveats apply.
- A global function, setDebugLevel, which uses a global IORef to record the logging level, saving you from having to carry around the notion of "verbosity level" in a Reader environment.
- A set of "timed" variants, timedLog and timedDebug, which report how long the specified action took to execute in wall-clock time.
-
A mtl-style monad transformer for general purpose & compositional logging A mtl-style monad transformer for general purpose & compositional logging
-
Left and right actions, semidirect products and torsors Please see the README on GitHub at https://github.com/AliceRixte/lr-acts/blob/main/README.md
-
Functional test framework for LSP servers. A test framework for writing tests against Language Server Protocol servers. Language.LSP.Test launches your server as a subprocess and allows you to simulate a session down to the wire. To see examples of it in action, check out haskell-ide-engine, haskell-language-server and ghcide.
-
Generate more HTML with Lucid - Bootstrap, Rdash, Vega-Lite, Leaflet JS, Email. Generate more HTML with Lucid - Bootstrap, Rdash, Vega-Lite, Leaflet JS, Email. Provides functions to generate rich web page elements for infographics, geographical maps, and more.
-
Clear to write, read and edit DSL for HTML Clear to write, read and edit DSL for HTML.
- Names are consistent, and do not conflict with base or are keywords (all have suffix _)
- Same combinator can be used for attributes and elements (e.g. style_)
- For more, read the blog post
-
LZ4 compression for ByteStrings High level bindings to the LZ4 compression library. Currently based on lz4 r119. C sources are included and no external dependencies are needed other than cereal.