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

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

  3. AllRightsReservedLicense :: CheckExplanation

    Cabal Distribution.PackageDescription.Check

    No documentation available.

  4. ALLOC_AP :: HalfWord -> BCInstr

    ghc GHC.ByteCode.Instr

    No documentation available.

  5. ALLOC_AP_NOUPD :: HalfWord -> BCInstr

    ghc GHC.ByteCode.Instr

    No documentation available.

  6. ALLOC_PAP :: HalfWord -> HalfWord -> BCInstr

    ghc GHC.ByteCode.Instr

    No documentation available.

  7. AllowAnywhere :: StaticPtrCheck

    ghc GHC.Core.Lint

    Allow makeStatic to occur anywhere.

  8. AllowAtTopLevel :: StaticPtrCheck

    ghc GHC.Core.Lint

    Allow makeStatic calls at the top-level only.

  9. AllModes :: GhcFlagMode

    ghc GHC.Driver.CmdLine

    The flag affects multiple ghc modes

  10. Alloca :: LlvmType -> Int -> LlvmExpression

    ghc GHC.Llvm

    Allocate amount * sizeof(tp) bytes on the stack * tp: LlvmType to reserve room for * amount: The nr of tp's which must be allocated

Page 28 of many | Previous | Next