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.

  1. package dbcleaner

    Clean database tables automatically around hspec tests A simple database cleaner library for testing that provides different cleanup strategies.

  2. package debug-trace-var

    You do not have to write variable names twice in Debug.Trace Please see the README on GitHub at https://github.com/ncaq/debug-trace-var#readme

  3. package deriving-trans

    Derive instances for monad transformer stacks Implementing instances for monad transformer stacks can be tedious. mtl defines each instance for each transfomer, but this can be avoided. Elevator let's you access instances of the underlying monad of a transformer. Composing transformers with ComposeT brings instances into scope during the initialization of a transformer stack. Elevator can be used with DerivingVia to select a specific transformer to derive instances for a transformer stack. ComposeT composes transformers and accumulates instances in a transformer stack.

  4. package detour-via-sci

    JSON and CSV encoding for rationals as decimal point numbers. Lossy JSON and CSV encoding and decoding for newtype rationals via scientific with fixed decimal places.

  5. package di

    Typeful hierarchical structured logging using di, mtl and df1. Typeful hierarchical structured logging using di, mtl and df1. This is meta-package bringing in together things from:

    See the Di module for more documentation.

  6. package diagrams-canvas

    HTML5 canvas backend for diagrams drawing EDSL This package provides a modular backend for rendering diagrams created with the diagrams EDSL using an HTML5 canvas.

  7. package diagrams-contrib

    Collection of user contributions to diagrams EDSL A collection of user contributions for diagrams, an embedded domain-specific language for generation of vector graphics.

  8. package diagrams-gtk

    Backend for rendering diagrams directly to GTK windows An optional add-on to the diagrams-cairo package which allows rendering diagrams directly to GTK windows.

  9. package dice

    Simplistic D&D style dice-rolling system. Simplistic D&D style dice-rolling system.

    $ dice "2d10 + 2 * (d100 / d6)"
    (5+2) + 2 * 64 / 2 => 71
    

  10. package diff-loc

    Map file locations across diffs See DiffLoc.

Page 283 of many | Previous | Next