Hoogle Search
Within LTS Haskell 24.49 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Open up a pager, like 'less' or 'more' This opens up the user's $PAGER. On Linux, this is usually called less. On the various BSDs, this is usually more. CHANGES
- 0.1.1.0 Add printOrPage function and sendToPagerStrict function.
-
Framework-agnostic pagination boilerplate Framework-agnostic pagination boilerplate.
-
Lua engine to power custom pandoc conversions This package provides a pandoc scripting engine based on Lua.
-
A Pandoc filter to include figures generated from code blocks using your plotting toolkit of choice. A Pandoc filter to include figures generated from code blocks. Keep the document and code in the same location. Output is captured and included as a figure.
-
Content addressable Haskell package management Please see the README on GitHub at https://github.com/commercialhaskell/pantry#readme
-
Parameterized/indexed monoids and monads using only a single parameter type variable. Parameterized/indexed monoids and monads using only a single parameter type variable.
-
Generate labelled test/benchmark trees from sets of parameters Easily generate a labelled tree of tests/benchmarks from a generation function and sets of parameters to use for each of that functions arguments. Example usecases include criterion benchmark trees or tasty test trees.
-
Parse command-line arguments Full-featured command-line argument parsing library.
-
Utilities for parsing numbers from strings parsec-numbers provides the number parsers without the need to use a large (and unportable) token parser
-
Regex based parsers Regex based parsers. See
- Regex.Text To work with Text from the text library.
- Regex.List To work with Strings or lists.
- Regex.Base To work with other sequences.