Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. data Product (f :: u -> Type) (as :: [u])

    world-peace Data.WorldPeace

    An extensible product type. This is similar to Union, except a product type instead of a sum type.

  2. module Data.WorldPeace.Internal.Prism

    These functions are for working with Optics popularized by the lens package. Documentation can be found in the lens package. These functions are redefined here to remove the dependency on the lens package.

  3. type Prism s t a b = forall (p :: Type -> Type -> Type) (f :: Type -> Type) . (Choice p, Applicative f) => p a f b -> p s f t

    world-peace Data.WorldPeace.Internal.Prism

    No documentation available.

  4. type Prism' s a = Prism s s a a

    world-peace Data.WorldPeace.Internal.Prism

    No documentation available.

  5. module Data.WorldPeace.Product

    This module defines an open product type. This is used in the case-analysis handler for the open sum type (catchesUnion).

  6. data Product (f :: u -> Type) (as :: [u])

    world-peace Data.WorldPeace.Product

    An extensible product type. This is similar to Union, except a product type instead of a sum type.

  7. data Process a

    xeno Xeno.SAX

    Parameters to the process function

  8. Process :: ByteString -> a -> ByteString -> ByteString -> a -> ByteString -> a -> ByteString -> a -> ByteString -> a -> ByteString -> a -> Process a

    xeno Xeno.SAX

    No documentation available.

  9. module Codec.Xlsx.Parser

    This module provides a function for reading .xlsx files

  10. data ParseError

    xlsx Codec.Xlsx.Parser

    No documentation available.

Page 754 of many | Previous | Next