Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
codec-beam Codec.Beam.Instructions Allocate space for some words on the stack. If a GC is needed during allocation there are a number of live X registers. Also save the continuation pointer (CP) on the stack.
allocate_heap :: Int -> Int -> Int -> Opcodec-beam Codec.Beam.Instructions Allocate space for some words on the stack and ensure there is space for words on the heap. If a GC is needed save Live number of X registers. Also save the continuation pointer (CP) on the stack.
allocate_heap_zero :: Int -> Int -> Int -> Opcodec-beam Codec.Beam.Instructions Allocate space for some words on the stack and ensure there is space for words on the heap. If a GC is needed save Live number of X registers. Clear the new stack words. (By writing NIL.) Also save the continuation pointer (CP) on the stack.
allocate_zero :: Int -> Int -> Opcodec-beam Codec.Beam.Instructions Allocate space for some words on the stack. If a GC is needed during allocation there are a number of live X registers. Clear the new stack words. (By writing NIL.) Also save the continuation pointer (CP) on the stack.
allParticipants :: Ord p => EventFold o p e -> Set pcrdt-event-fold Data.CRDT.EventFold Get all known participants. This includes participants that are projected for removal.
allCSPSolutions :: CSPResult a1 => CSP (Result a1) a1 -> [Result a1]csp Control.Monad.CSP Return all solutions to the CSP. solveCSP running with allValuesT
allocateDirReadCache :: IO DirReadCachedirectory-ospath-streaming System.Directory.OsPath.Streaming.Internal.Raw No documentation available.
allM :: Monad m => (a -> m Bool) -> [a] -> m Booldistribution-opensuse OpenSuse.Prelude A version of all lifted to a monad. Retains the short-circuiting behaviour.
allM Just [True,False,undefined] == Just False allM Just [True,True ,undefined] == undefined \(f :: Int -> Maybe Bool) xs -> anyM f xs == orM (map f xs)
allReq :: PhantomFlag t1 -> PhantomFlag t2 -> Booldoldol Data.Flag.Phantom No documentation available.
allReq :: Flag -> Flag -> Booldoldol Data.Flag.Simple Check every positive bit of req matches corresponding bit of obj