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.
-
Clean database tables automatically around hspec tests A simple database cleaner library for testing that provides different cleanup strategies.
-
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
-
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.
-
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.
-
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. -
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.
-
Collection of user contributions to diagrams EDSL A collection of user contributions for diagrams, an embedded domain-specific language for generation of vector graphics.
-
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.
-
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
-
Map file locations across diffs See DiffLoc.