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 deriveJsonNoPrefix

    Derive ToJSON/FromJSON instances in a more prefix-friendly manner. Please see the README on GitLab at https://gitlab.com/igrep/deriveJsonNoPrefix#readme

  2. package diagrams-braille

    Braille diagrams with plain text Please see the README at https://github.com/diagrams/diagrams-braille#readme

  3. package diagrams-builder

    hint-based build service for the diagrams graphics EDSL. diagrams-builder provides backend-agnostic tools for dynamically turning code into rendered diagrams, using the hint wrapper to the GHC API. It supports conditional recompilation using hashing of diagrams source code, to avoid recompiling code that has not changed. It is useful for creating tools which compile diagrams code embedded in other documents. For example, it is used by the BlogLiterately-diagrams package (a plugin for BlogLiterately) to compile diagrams embedded in Markdown-formatted blog posts. Executables specific to the cairo, SVG, postscript, and rasterific backends are included (more executables specific to other backends may be included in the future). All take an input file and an expression to render, and output an image file. If you want these executables you must explicitly enable the -fcairo, -fsvg, -fpostscript, or -frasterific flags. A LaTeX package, diagrams-latex.sty, is also provided in the latex/ directory of the source distribution, which renders diagrams code found within diagram environments. Note that diagrams-latex.sty is licensed under the GPL.

  4. package dictionary-sharing

    Sharing/memoization of class members Library for ensuring that class members are shared.

  5. package digits

    Converts integers to lists of digits and back. Converts integers to lists of digits and back. Supports arbitrary bases.

  6. package digraph

    Directed Graphs Directed graphs implementation that is based on unordered-containers

  7. package dimensional

    Statically checked physical dimensions Dimensional is a library providing data types for performing arithmetic with physical quantities and units. Information about the physical dimensions of the quantities and units is embedded in their types and the validity of operations is verified by the type checker at compile time. The wrapping and unwrapping of numerical values as quantities is done by multiplication and division with units. The library is designed to, as far as is practical, enforce/encourage best practices of unit usage. Version 1 of the dimensional package differs from earlier version in that the dimension tracking is implemented using Closed Type Families and Data Kinds rather than functional dependencies. This enables a number of features, including improved support for unit names and quantities with statically-unknown dimensions. Requires GHC 8.0 or later.

  8. package discount

    Haskell bindings to the discount Markdown library. Discount is a thin wrapper around the discount library http://www.pell.portland.or.us/~orc/Code/discount/ for parsing Markdown. It supports both additional features such as definition lists and tables, while also having a mode for pure Markdown.

  9. package discrimination

    Fast generic linear-time sorting, joins and container construction. This package provides fast, generic, linear-time discrimination and sorting. The techniques applied are based on multiple papers and talks by Fritz Henglein.

  10. package distributed-closure

    Serializable closures for distributed programming. See README.

Page 178 of many | Previous | Next