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.
pattern
AllocationLimitExceeded__ :: AsAllocationLimitExceeded s => AllocationLimitExceeded -> slens Control.Exception.Lens No documentation available.
-
optparse-applicative Options.Applicative.Types No options are parsed at all, all arguments are treated as positionals. Is the policy used after `--` is encountered.
-
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.