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.
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.
-
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.
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]
-
Unicode aware uri-encoding This package allows you to uri encode and uri decode Strings, Texts and ByteString values.
-
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
package
validity-case-insensitive Validity instances for case-insensitive Validity instances for case-insensitive
-
Validity instances for Path Validity instances for Path
-
Validity instances for persistent-related types Validity instances for persistent-related types
package
validity-unordered-containers Validity instances for unordered-containers Validity instances for unordered-containers
-
Validity instances for uuid Validity instances for uuid