Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Filterable request logging wai middleware. Change how data is logged and when. Composable filters to transform objects and control when they are written to server logs.
-
Parse FITS files Parse and manipulate FITS data natively in Haskell
-
refining property sets for testing Haskell programs FitSpec provides automated assistance in the task of refining test properties for Haskell functions. FitSpec tests mutant variations of functions under test against a given property set, recording any surviving mutants that pass all tests. FitSpec then reports:
- surviving mutants: indicating incompleteness of properties, prompting the user to amend a property or to add a new one;
- conjectures: indicating redundancy in the property set, prompting the user to remove properties so to reduce the cost of testing.
-
Fixes whitespace issues. Removes trailing whitespace, lines containing only whitespace, expands tabs, and ensures that every file ends in a newline character.
-
Fixed-point number build on generic integral number Please see the README on GitHub at https://github.com/YoshikuniJujo/fixed-generic#readme
-
Lists with statically known length based on non-empty package. This packages defines a list data type with statically known length by nesting the NonEmpty and Empty data structure from the non-empty package. We provide a closed world class for this class of structures http://www.haskell.org/haskellwiki/Closed_world_instances and a wrapper that makes all these lists Traversable and Applicative with ZipList semantics. Similar packages:
- fixed-list: Defines an open world class.
-
Library for working with product types generically Library allow to work with arbitrary product types in generic manner. They could be constructed, destucted, converted provided they are product of identical types.
-
Support for writing pictures into FLAC metadata blocks with JuicyPixels Support for writing pictures into FLAC metadata blocks with JuicyPixels.
-
Applicative flag parsing https://github.com/mtth/flags-applicative
-
Generic programming for higher-kinded types. Generic programming for higher-kinded types.