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.
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.
-
relational-query Database.Relational Specify ALL attribute to query context.
all' :: forall (m :: Type -> Type) . MonadQuery m => QueryA m () ()relational-query Database.Relational.Arrow Same as all'. Arrow version.
-
relational-query Database.Relational.Monad.Class Specify ALL attribute to query context.
allAbout :: Expr -> [Expr] -> Boolspeculate Test.Speculate.Args Are all constants in an expression about a list of constants? Examples in pseudo-Haskell:
x + y `allAbout` [(+)] == True x + y == z `allAbout` [(+)] == False x + y == z `allAbout` [(+),(==)] == True
allLater :: (a -> a -> Bool) -> [a] -> Boolspeculate Test.Speculate.Utils No documentation available.
allUnique :: Ord a => [a] -> Boolspeculate Test.Speculate.Utils No documentation available.
-
synthesizer-dimensional Synthesizer.Dimensional.Causal.FilterParameter No documentation available.