Hoogle Search

Within LTS Haskell 24.5 (ghc-9.10.2)

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

  1. data Allocated a

    resourcet Data.Acquire.Internal

    No documentation available.

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

    resourcet Data.Acquire.Internal

    No documentation available.

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

    gogol-core Gogol.Prelude

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

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

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

    servant Servant.API.ContentTypes

    No documentation available.

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

    servant Servant.API.ContentTypes

    No documentation available.

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

    servant Servant.API.ContentTypes

    No documentation available.

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

    servant Servant.API.ContentTypes

    No documentation available.

  9. class AllMime list => AllMimeUnrender (list :: [Type]) a

    servant Servant.API.ContentTypes

    No documentation available.

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

    servant Servant.API.TypeLevel

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

Page 27 of many | Previous | Next