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.
allocBytes :: EventInfo -> {-# UNPACK #-} !Word64ghc-events GHC.RTS.Events No documentation available.
alloca :: Storable a => Int -> (Ptr a -> IO b) -> IO bguarded-allocation Foreign.Marshal.Array.Guarded No documentation available.
alloca :: Storable a => Int -> (Ptr a -> IO b) -> IO bguarded-allocation Foreign.Marshal.Array.Guarded.Debug No documentation available.
alloca :: Storable a => Int -> (Ptr a -> IO b) -> IO bguarded-allocation Foreign.Marshal.Array.Guarded.Plain No documentation available.
allItems :: SectionName -> Config -> [(OptionName, OptionValue)]hsini Data.Ini Returns all options and their values of a section.
allOf :: FoldLike All s t a b -> (a -> Bool) -> s -> Boollens-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.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).
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.
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.
-
ptr Ptr.Parse No documentation available.