Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
testDefCallStack :: TDef value -> CallStacksydtest Test.Syd.SpecDef No documentation available.
mkBAChallengerHdr :: ByteString -> Headerservant-server Servant.Server.Internal.BasicAuth Internal method to make a basic-auth challenge
CaptureAllRouter :: [CaptureHint] -> Router' ([Text], env) a -> Router' env aservant-server Servant.Server.Internal.Router all path components are passed to the child router in its environment and are removed afterwards The first argument is a hint for the list of variables that can be captured by the router. Note that the captureType field of the hint should always be '[a]' for some a.
-
cmdargs System.Console.CmdArgs.Explicit Display all modes.
forAllValid :: (Show a, GenValid a, Testable prop) => (a -> prop) -> Propertygenvalidity-hspec Test.Validity No documentation available.
type family
AttrOpAllowed (tag :: AttrOpTag) info useTypehaskell-gi-base Data.GI.Base.Attributes Whether a given AttrOpTag is allowed on an attribute, given the info type.
class BoxedPtr a =>
CallocPtr ahaskell-gi-base Data.GI.Base.BasicTypes A ptr to a memory block which we know how to allocate and fill with zero.
boxedPtrCalloc :: CallocPtr a => IO (Ptr a)haskell-gi-base Data.GI.Base.BasicTypes Allocate a zero-initialized block of memory for the given type.
managedPtrAllocCallStack :: ManagedPtr a -> Maybe CallStackhaskell-gi-base Data.GI.Base.BasicTypes CallStack for the call that created the pointer.
-
A compatibility layer for CallStack, so that we can have uniform signatures even in old GHC versions (even if the functionality itself does not work there).