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.

  1. package lists-flines

    Additional data and structures to some 'String'-related lists. Is primarily used to transform some Strings read from a file.

  2. package locators

    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.

  3. package logger-thread

    Run FastLogger in a thread and direct all queued messages to it. Please see README.md

  4. package logging

    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.

  5. package logging-effect

    A mtl-style monad transformer for general purpose & compositional logging A mtl-style monad transformer for general purpose & compositional logging

  6. package lr-acts

    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

  7. package lsp-test

    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.

  8. package lucid-extras

    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.

  9. package lucid2

    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
    See the Lucid module for more documentation. This package is the newer version of lucid.

  10. package lz4

    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.

Page 214 of many | Previous | Next