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.
-
resourcet Data.Acquire.Internal No documentation available.
Allocated :: a -> ReleaseType -> IO () -> Allocated aresourcet Data.Acquire.Internal No documentation available.
type family
AllIsElem (xs :: [Type]) apigogol-core Gogol.Prelude Check that every element of xs is an endpoint of api (using IsElem).
type family
AllIsIn (xs :: [Type]) apigogol-core Gogol.Prelude Check that every element of xs is an endpoint of api (using IsIn).
>>> ok (Proxy :: Proxy (AllIsIn (Endpoints SampleAPI) SampleAPI)) OK
class AllMime list =>
AllCTRender (list :: [Type]) aservant Servant.API.ContentTypes No documentation available.
class
AllCTUnrender (list :: [Type]) aservant Servant.API.ContentTypes No documentation available.
class
AllMime (list :: [Type])servant Servant.API.ContentTypes No documentation available.
class AllMime list =>
AllMimeRender (list :: [Type]) aservant Servant.API.ContentTypes No documentation available.
class AllMime list =>
AllMimeUnrender (list :: [Type]) aservant Servant.API.ContentTypes No documentation available.
type family
AllIsElem (xs :: [Type]) apiservant Servant.API.TypeLevel Check that every element of xs is an endpoint of api (using IsElem).