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. allocBytes :: EventInfo -> {-# UNPACK #-} !Word64

    ghc-events GHC.RTS.Events

    No documentation available.

  2. alloca :: Storable a => Int -> (Ptr a -> IO b) -> IO b

    guarded-allocation Foreign.Marshal.Array.Guarded

    No documentation available.

  3. alloca :: Storable a => Int -> (Ptr a -> IO b) -> IO b

    guarded-allocation Foreign.Marshal.Array.Guarded.Debug

    No documentation available.

  4. alloca :: Storable a => Int -> (Ptr a -> IO b) -> IO b

    guarded-allocation Foreign.Marshal.Array.Guarded.Plain

    No documentation available.

  5. allItems :: SectionName -> Config -> [(OptionName, OptionValue)]

    hsini Data.Ini

    Returns all options and their values of a section.

  6. allOf :: FoldLike All s t a b -> (a -> Bool) -> s -> Bool

    lens-family-core Lens.Family

    allOf :: Fold s t a b -> (a -> Bool) -> s -> Bool
    
    Returns true if all of the referenced values satisfy the given predicate.

  7. allgather :: (Buffer sb, Buffer rb) => sb -> rb -> Comm -> IO ()

    mpi-hs Control.Distributed.MPI

    Gather data from all processes and broadcast the result (collective, MPI_Allgather).

  8. allreduce :: (Buffer sb, Buffer rb) => sb -> rb -> Op -> Comm -> IO ()

    mpi-hs Control.Distributed.MPI

    Reduce data from all processes and broadcast the result (collective, MPI_Allreduce). The MPI datatype is determined automatically from the buffer pointer types.

  9. alltoall :: (Buffer sb, Buffer rb) => sb -> rb -> Comm -> IO ()

    mpi-hs Control.Distributed.MPI

    Send data from all processes to all processes (collective, MPI_Alltoall). The MPI datatypes are determined automatically from the buffer pointer types.

  10. allBytes :: Parse ByteString

    ptr Ptr.Parse

    No documentation available.

Page 105 of many | Previous | Next