Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

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

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

  3. module Data.Functor.ProductIsomorphic

    This is the integrated interface module for product restricted functors.

  4. class ProductConstructor c

    product-isomorphic Data.Functor.ProductIsomorphic

    Define product isomorphic inference rule to specify record constructor

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

    product-isomorphic Data.Functor.ProductIsomorphic.Class

    Restricted alternative on products.

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

    product-isomorphic Data.Functor.ProductIsomorphic.Class

    Restricted applicative functor on products.

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

    product-isomorphic Data.Functor.ProductIsomorphic.Class

    Empty element of product operator

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

    product-isomorphic Data.Functor.ProductIsomorphic.Class

    Restricted functor on products.

  9. class ProductConstructor c

    product-isomorphic Data.Functor.ProductIsomorphic.Unsafe

    Define product isomorphic inference rule to specify record constructor

  10. data ParamKind

    servant-docs Servant.Docs

    Type of GET (or other Method) parameter:

    • Normal corresponds to QueryParam, i.e your usual GET parameter
    • List corresponds to QueryParams, i.e GET parameters with multiple values
    • Flag corresponds to QueryFlag, i.e a value-less GET parameter

Page 593 of many | Previous | Next