Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
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.
-
Conduit implementing the official LZ4 frame streaming format Conduit implementing the official LZ4 frame streaming format. Compatible with the lz4 command line utility.
-
Preconfigured email connection pool on top of smtp. Email helper functions with some sane defaults such as a resource pool and cli support
-
Capture stdout/stderr/exit code, and replace stdin of your main function. See README.md for detail.
-
Pretty printing designed for printing source code. Pretty printing designed for printing source code based on Wadler's paper A Prettier Printer. The main advantage of this library is its ability to automatically track the source locations associated with pretty printed values and output appropriate #line pragmas and its ability to produce output in the form of lazy text using a builder.