Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
A configuration language guaranteed to terminate Dhall is an explicitly typed configuration language that is not Turing complete. Despite being Turing incomplete, Dhall is a real programming language with a type-checker and evaluator. Use this library to parse, type-check, evaluate, and pretty-print the Dhall configuration language. This package also includes an executable which type-checks a Dhall file and reduces the file to a fully evaluated normal form. Read Dhall.Tutorial to learn how to use this library
package
distributed-process-extras Cloud Haskell Extras Supporting library, providing common types and utilities used by the various libraries built on top of distributed-process
package
distributed-process-systest Cloud Haskell Test Support Testing Frameworks and Capabilities for programs built on Cloud Haskell
-
Pandoc-style document templates This is the text templating system used by pandoc. It supports variable interpolation, iteration, tests for non-blank values, pipes, and partials. Templates are rendered to doclayout Docs, and variable values may come from a variety of different sources, including aeson Values.
-
Generate driver file for doctest's cabal integration doctest-driver-gen is a doctest's driver file generator. It lets you automatically generate driver file for doctest's cabal integration.
-
Codegen helping you define domain models
- For introduction and demo skip to Readme.
- For documentation and syntax reference see the Domain.Docs module.
- For API documentation refer to the Domain module, which exports the whole API of this package.
-
Low-level API of "domain" Use this package for defining extensions to "domain". Primarily derivers.
-
Levenshtein and restricted Damerau-Levenshtein edit distances Optimized edit distances for fuzzy matching, including Levenshtein and restricted Damerau-Levenshtein algorithms.
-
An easy to use, performant extensible effects library. An easy to use, performant extensible effects library with seamless integration with the existing Haskell ecosystem. . This library provides core definitions with a minimal dependency footprint. See the effectful package for the "batteries-included" variant.
-
Conversion between emoji characters and their names. This package provides functions for converting emoji names to emoji characters and vice versa. How does it differ from the emoji package?
- It supports a fuller range of emojis, including all those supported by GitHub
- It supports lookup of emoji aliases from emoji
- It uses Text rather than String
- It has a lighter dependency footprint: in particular, it does not require aeson
- It does not require TemplateHaskell