Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. package uniqueness-periods-vector-stats

    A very basic descriptive statistics. A very basic descriptive statistics. Functions use a tail recursion approach to compute the values and are strict by an accumulator.

  2. package units

    A domain-specific type system for dimensional analysis The units package provides a mechanism for compile-time dimensional analysis in Haskell programs. It defines an embedded type system based on units-of-measure. The units defined are fully extensible, and need not relate to physical properties. The package supports defining multiple inter-convertible units, such as Meter and Foot. When extracting a number from a dimensioned quantity, the desired unit must be specified, and the value is converted into that unit. If you are looking for specific systems of units (such as SI), please see the units-defs package. Tests for this package are in a companion package units-test, available from this package's source repository. The Haddock documentation is insufficient for using the units package. Please see the README file, available from the package home page.

  3. package universe-reverse-instances

    Instances of standard classes that are made possible by enumerations For example this package provides a Eq (a -> b) instance:

    instance (Finite a, Eq b) => Eq (a -> b) where
    f == g = and [f x == g x | x <- universeF]
    

  4. package uri-encode

    Unicode aware uri-encoding This package allows you to uri encode and uri decode Strings, Texts and ByteString values.

  5. package validation-selective

    Lighweight pure data validation based on Applicative and Selective functors Lighweight pure data validation based on Applicative and Selective functors. The library builds validation interface around the following data type:

    data Validation e a
    = Failure e
    | Success a
    

  6. package validity-case-insensitive

    Validity instances for case-insensitive Validity instances for case-insensitive

  7. package validity-path

    Validity instances for Path Validity instances for Path

  8. package validity-persistent

    Validity instances for persistent-related types Validity instances for persistent-related types

  9. package validity-unordered-containers

    Validity instances for unordered-containers Validity instances for unordered-containers

  10. package validity-uuid

    Validity instances for uuid Validity instances for uuid

Page 149 of many | Previous | Next