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.

  1. package filter-logger

    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.

  2. package fits-parse

    Parse FITS files Parse and manipulate FITS data natively in Haskell

  3. package fitspec

    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.

  4. package fix-whitespace

    Fixes whitespace issues. Removes trailing whitespace, lines containing only whitespace, expands tabs, and ensures that every file ends in a newline character.

  5. package fixed-generic

    Fixed-point number build on generic integral number Please see the README on GitHub at https://github.com/YoshikuniJujo/fixed-generic#readme

  6. package fixed-length

    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.

  7. package fixed-vector-hetero

    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.

  8. package flac-picture

    Support for writing pictures into FLAC metadata blocks with JuicyPixels Support for writing pictures into FLAC metadata blocks with JuicyPixels.

  9. package flags-applicative

    Applicative flag parsing https://github.com/mtth/flags-applicative

  10. package flay

    Generic programming for higher-kinded types. Generic programming for higher-kinded types.

Page 185 of many | Previous | Next