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.

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

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

  3. allBytes :: Parse ByteString

    ptr Ptr.Parse

    No documentation available.

  4. all' :: MonadQuery m => m ()

    relational-query Database.Relational

    Specify ALL attribute to query context.

  5. all' :: forall (m :: Type -> Type) . MonadQuery m => QueryA m () ()

    relational-query Database.Relational.Arrow

    Same as all'. Arrow version.

  6. all' :: MonadQuery m => m ()

    relational-query Database.Relational.Monad.Class

    Specify ALL attribute to query context.

  7. allAbout :: Expr -> [Expr] -> Bool

    speculate 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
    

  8. allLater :: (a -> a -> Bool) -> [a] -> Bool

    speculate Test.Speculate.Utils

    No documentation available.

  9. allUnique :: Ord a => [a] -> Bool

    speculate Test.Speculate.Utils

    No documentation available.

  10. allpassCascade :: forall u q (arrow :: Type -> Type -> Type) s . (C u, C q, Arrow arrow) => Int -> q -> T s u q (T arrow (Dimensional (Recip u) q q) (T AllpassCascadeGlobal (RateDep s (Parameter q))))

    synthesizer-dimensional Synthesizer.Dimensional.Causal.FilterParameter

    No documentation available.

Page 106 of many | Previous | Next