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 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
    

  2. package validity-case-insensitive

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

  3. package validity-path

    Validity instances for Path Validity instances for Path

  4. package validity-persistent

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

  5. package validity-unordered-containers

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

  6. package validity-uuid

    Validity instances for uuid Validity instances for uuid

  7. package validity-vector

    Validity instances for vector Validity instances for vector

  8. package vector-split

    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.

  9. package vector-stream

    Efficient Streams Simple yet powerful monadic streams that are used as a backbone for vector package fusion functionality.

  10. package vformat

    A Python str.format() like formatter Please see the http://hackage.haskell.org/package/vformat

Page 149 of many | Previous | Next