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.
type family
AllIsIn (xs :: [Type]) apiservant Servant.API.TypeLevel Check that every element of xs is an endpoint of api (using IsIn).
>>> ok (Proxy :: Proxy (AllIsIn (Endpoints SampleAPI) SampleAPI)) OK
-
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.
AllRightsReservedLicense :: CheckExplanationCabal Distribution.PackageDescription.Check No documentation available.
ALLOC_AP :: HalfWord -> BCInstrghc GHC.ByteCode.Instr No documentation available.
ALLOC_AP_NOUPD :: HalfWord -> BCInstrghc GHC.ByteCode.Instr No documentation available.
ALLOC_PAP :: HalfWord -> HalfWord -> BCInstrghc GHC.ByteCode.Instr No documentation available.
AllowAnywhere :: StaticPtrCheckghc GHC.Core.Lint Allow makeStatic to occur anywhere.
AllowAtTopLevel :: StaticPtrCheckghc GHC.Core.Lint Allow makeStatic calls at the top-level only.
-
ghc GHC.Driver.CmdLine The flag affects multiple ghc modes
Alloca :: LlvmType -> Int -> LlvmExpressionghc 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