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. class AllMime list => AllMimeUnrender (list :: [Type]) a

    servant Servant.API.ContentTypes

    No documentation available.

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

    servant Servant.API.TypeLevel

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

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

    servant Servant.API.TypeLevel

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

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

  4. AllRightsReserved :: License

    Cabal Distribution.Make

    Explicitly 'All Rights Reserved', eg for proprietary software. The package may not be legally modified or redistributed by anyone but the rightsholder.

  5. AllRightsReservedLicense :: CheckExplanation

    Cabal Distribution.PackageDescription.Check

    No documentation available.

  6. ALLOC_AP :: HalfWord -> BCInstr

    ghc GHC.ByteCode.Instr

    No documentation available.

  7. ALLOC_AP_NOUPD :: HalfWord -> BCInstr

    ghc GHC.ByteCode.Instr

    No documentation available.

  8. ALLOC_PAP :: HalfWord -> HalfWord -> BCInstr

    ghc GHC.ByteCode.Instr

    No documentation available.

  9. AllowAnywhere :: StaticPtrCheck

    ghc GHC.Core.Lint

    Allow makeStatic to occur anywhere.

  10. AllowAtTopLevel :: StaticPtrCheck

    ghc GHC.Core.Lint

    Allow makeStatic calls at the top-level only.

Page 28 of many | Previous | Next