Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. smallest :: forall (k :: Type -> Type -> Type) a . (Category k, Ord a) => Machine (k a) a

    machines Data.Machine.Process

    Return the minimum value from the input

  2. ExecutableNotProperlyInstalled :: FinalException

    mmsyn7ukr-common Sound.Control.Exception.FinalException

    No documentation available.

  3. MaybePartiallyTrimmed :: FinalException

    mmsyn7ukr-common Sound.Control.Exception.FinalException

    No documentation available.

  4. callCC :: MonadCont m => ((a -> m b) -> m a) -> m a

    monads-tf Control.Monad.Cont

    callCC (call-with-current-continuation) calls a function with the current continuation as its argument. Provides an escape continuation mechanism for use with Continuation monads. Escape continuations allow to abort the current computation and return a value immediately. They achieve a similar effect to throwError and catchError within a MonadError monad. Advantage of this function over calling return is that it makes the continuation explicit, allowing more flexibility and better control (see examples in Control.Monad.Cont). The standard idiom used with callCC is to provide a lambda-expression to name the continuation. Then calling the named continuation anywhere within its scope will escape from the computation, even if it is many layers deep within nested computations.

  5. callCC :: MonadCont m => ((a -> m b) -> m a) -> m a

    monads-tf Control.Monad.Cont.Class

    callCC (call-with-current-continuation) calls a function with the current continuation as its argument. Provides an escape continuation mechanism for use with Continuation monads. Escape continuations allow to abort the current computation and return a value immediately. They achieve a similar effect to throwError and catchError within a MonadError monad. Advantage of this function over calling return is that it makes the continuation explicit, allowing more flexibility and better control (see examples in Control.Monad.Cont). The standard idiom used with callCC is to provide a lambda-expression to name the continuation. Then calling the named continuation anywhere within its scope will escape from the computation, even if it is many layers deep within nested computations.

  6. iallgather :: (Buffer sb, Buffer rb) => sb -> rb -> Comm -> IO Request

    mpi-hs Control.Distributed.MPI

    Begin to gather data from all processes and broadcast the result, and return a handle to the communication request (collective, non-blocking, MPI_Iallgather). The request must be freed by calling test, wait, or similar. The MPI datatypes are determined automatically from the buffer pointer types.

  7. iallreduce :: (Buffer sb, Buffer rb) => sb -> rb -> Op -> Comm -> IO Request

    mpi-hs Control.Distributed.MPI

    Begin to reduce data from all processes and broadcast the result, and return a handle to the communication request (collective, non-blocking, MPI_Iallreduce). The request must be freed by calling test, wait, or similar. The MPI datatype is determined automatically from the buffer pointer types.

  8. ialltoall :: (Buffer sb, Buffer rb) => sb -> rb -> Comm -> IO Request

    mpi-hs Control.Distributed.MPI

    Begin to send data from all processes to all processes, and return a handle to the communication request (collective, non-blocking, MPI_Ialltoall). The request must be freed by calling test, wait, or similar. The MPI datatypes are determined automatically from the buffer pointer types.

  9. nvim_buf_call :: Buffer -> Int64 -> Neovim env Object

    nvim-hs Neovim.API.ByteString

    No documentation available.

  10. nvim_call_atomic :: Vector Object -> Neovim env (Vector Object)

    nvim-hs Neovim.API.ByteString

    No documentation available.

Page 724 of many | Previous | Next