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.
-
Pretty print the standard output of default `Show` instances. Pretty print the standard output of show for algebraic datatypes
-
Parse and render .narinfo files Support for parsing and rendering Nix .narinfo files
-
A GHC plugin to remove support for recursion General recursion can be the cause of a lot of problems. This removes recursion from GHC, allowing you to guarantee you’re using other mechanisms, like recursion schemes.
-
Non empty Data.Text type Typesafe thin wrapper around Data.Text to make impossible to be empty (to always hold at least on character)
-
Here document without variable expansion like PHP Nowdoc Please see the README on GitHub at https://github.com/YoshikuniJujo/nowdoc#readme
-
DSL for producing Windows Installer using NSIS. NSIS (Nullsoft Scriptable Install System, http://nsis.sourceforge.net/) is a tool that allows programmers to create installers for Windows. This library provides an alternative syntax for NSIS scripts, as an embedded Haskell language, removing much of the hard work in developing an install script. Simple NSIS installers should look mostly the same, complex ones should be significantly more maintainable.
-
Various number types Instances of the numerical classes for a variety of different numbers: (computable) real numbers, arbitrary precision fixed numbers, arbitrary precision floating point numbers, differentiable numbers, symbolic numbers, natural numbers, interval arithmetic.
-
Useful tools from the C standard library Useful tools from the C standard library
-
Haskell plugin backend for neovim Library for nvim-hs.
-
Neovim plugin that runs ghcid to update the quickfix list This plugin uses the nvim-hs plugin backend for neovim and fills the quickfix list on file-saves with the errors and warnings that ghcid determines. The only limitation for this tool is that it needs a .cabal file to work. This plugin provides 3 commands: :GhcidStart will prompt you for the configuration you want to use. It should guess a reasonable option based on the files present in your project directory and so you will just have to press enter all the time. If you provide a bang, these questions will not be asked. :GhcidStop stops the current ghcid process. :GhcidRestart combines the two previous commands. Simply import the plugin definition from Neovim.Ghcid and add it to your plugin list.