Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. allocate_heap_zero :: Int -> Int -> Int -> Op

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

  2. allocate_zero :: Int -> Int -> Op

    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. Clear the new stack words. (By writing NIL.) Also save the continuation pointer (CP) on the stack.

  3. allParticipants :: Ord p => EventFold o p e -> Set p

    crdt-event-fold Data.CRDT.EventFold

    Get all known participants. This includes participants that are projected for removal.

  4. allCSPSolutions :: CSPResult a1 => CSP (Result a1) a1 -> [Result a1]

    csp Control.Monad.CSP

    Return all solutions to the CSP. solveCSP running with allValuesT

  5. allM :: Monad m => (a -> m Bool) -> [a] -> m Bool

    distribution-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)
    

  6. allReq :: PhantomFlag t1 -> PhantomFlag t2 -> Bool

    doldol Data.Flag.Phantom

    No documentation available.

  7. allReq :: Flag -> Flag -> Bool

    doldol Data.Flag.Simple

    Check every positive bit of req matches corresponding bit of obj

  8. allocComplex :: Real a => AllocComplex a

    fftw-ffi Numeric.FFTW.FFI

    No documentation available.

  9. allocReal :: Real a => AllocReal a

    fftw-ffi Numeric.FFTW.FFI

    No documentation available.

  10. allocComplex :: AllocComplex Double

    fftw-ffi Numeric.FFTW.FFI.Double

    No documentation available.

Page 131 of many | Previous | Next