Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. pattern AllocationLimitExceeded__ :: AsAllocationLimitExceeded s => AllocationLimitExceeded -> s

    lens Control.Exception.Lens

    No documentation available.

  2. AllPositionals :: ArgPolicy

    optparse-applicative Options.Applicative.Types

    No options are parsed at all, all arguments are treated as positionals. Is the policy used after `--` is encountered.

  3. data Allocated a

    resourcet Data.Acquire.Internal

    No documentation available.

  4. Allocated :: a -> ReleaseType -> IO () -> Allocated a

    resourcet Data.Acquire.Internal

    No documentation available.

  5. type family AllIsElem (xs :: [Type]) api

    gogol-core Gogol.Prelude

    Check that every element of xs is an endpoint of api (using IsElem).

  6. type family AllIsIn (xs :: [Type]) api

    gogol-core Gogol.Prelude

    Check that every element of xs is an endpoint of api (using IsIn).

    >>> ok (Proxy :: Proxy (AllIsIn (Endpoints SampleAPI) SampleAPI))
    OK
    

  7. class AllMime list => AllCTRender (list :: [Type]) a

    servant Servant.API.ContentTypes

    No documentation available.

  8. class AllCTUnrender (list :: [Type]) a

    servant Servant.API.ContentTypes

    No documentation available.

  9. class AllMime (list :: [Type])

    servant Servant.API.ContentTypes

    No documentation available.

  10. class AllMime list => AllMimeRender (list :: [Type]) a

    servant Servant.API.ContentTypes

    No documentation available.

Page 27 of many | Previous | Next