Hoogle Search
Within LTS Haskell 24.45 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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
-
Validity instances for vector Validity instances for vector
-
Combinator library for splitting vectors. This package aims to be a vector-based drop-in replacement for the list-based split package. For more information see the haddocs or checkout the source on github.