Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. newtype Parser s t a

    polyparse Text.ParserCombinators.Poly.StateParser

    This Parser datatype is a fairly generic parsing monad with error reporting, and running state. It can be used for arbitrary token types, not just String input. (If you do not require a running state, use module Poly.Plain instead)

  2. newtype Parser s a

    polyparse Text.ParserCombinators.Poly.StateText

    This Parser datatype is a specialised parsing monad with error reporting. Whereas the standard version can be used for arbitrary token types, this version is specialised to Text input only.

  3. newtype Parser a

    polyparse Text.ParserCombinators.Poly.Text

    This Parser datatype is a specialised parsing monad with error reporting. Whereas the standard version can be used for arbitrary token types, this version is specialised to Text input only.

  4. module Data.Functor.ProductIsomorphic

    This is the integrated interface module for product restricted functors.

  5. class ProductConstructor c

    product-isomorphic Data.Functor.ProductIsomorphic

    Define product isomorphic inference rule to specify record constructor

  6. class ProductIsoApplicative f => ProductIsoAlternative (f :: Type -> Type)

    product-isomorphic Data.Functor.ProductIsomorphic.Class

    Restricted alternative on products.

  7. class ProductIsoFunctor f => ProductIsoApplicative (f :: Type -> Type)

    product-isomorphic Data.Functor.ProductIsomorphic.Class

    Restricted applicative functor on products.

  8. class ProductIsoApplicative f => ProductIsoEmpty (f :: Type -> Type) e

    product-isomorphic Data.Functor.ProductIsomorphic.Class

    Empty element of product operator

  9. class ProductIsoFunctor (f :: Type -> Type)

    product-isomorphic Data.Functor.ProductIsomorphic.Class

    Restricted functor on products.

  10. class ProductConstructor c

    product-isomorphic Data.Functor.ProductIsomorphic.Unsafe

    Define product isomorphic inference rule to specify record constructor

Page 595 of many | Previous | Next