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. FunctionCall :: FunctionName -> [Object] -> TMVar (Either Object Object) -> UTCTime -> FunctionCall

    nvim-hs Neovim.Plugin.IPC.Classes

    Method name, parameters, callback, timestamp

  2. module Neovim.RPC.FunctionCall

    No documentation available.

  3. acall :: NvimObject result => FunctionName -> [Object] -> Neovim env (STM (Either NeovimException result))

    nvim-hs Neovim.RPC.FunctionCall

    Helper function that concurrently puts a Message in the event queue and returns an STM action that returns the result.

  4. atomically' :: MonadIO io => STM result -> io result

    nvim-hs Neovim.RPC.FunctionCall

    Lifted variant of atomically.

  5. scall :: NvimObject result => FunctionName -> [Object] -> Neovim env (Either NeovimException result)

    nvim-hs Neovim.RPC.FunctionCall

    Call a neovim function synchronously. This function blocks until the result is available.

  6. scall' :: NvimObject result => FunctionName -> [Object] -> Neovim env result

    nvim-hs Neovim.RPC.FunctionCall

    Helper function similar to scall that throws a runtime exception if the result is an error object.

  7. scallThrow :: NvimObject result => FunctionName -> [Object] -> Neovim env result

    nvim-hs Neovim.RPC.FunctionCall

    Similar to scall, but throw a NeovimException instead of returning it.

  8. unregisterAll :: MonadIO m => m ()

    prometheus-client Prometheus

    Removes all currently registered metrics from the registry.

  9. floatingBinomialLogPDF :: (PDF (Binomial b) Integer, RealFrac a) => a -> b -> a -> Double

    random-fu Data.Random.Distribution.Binomial

    No documentation available.

  10. integralBinomialLogPdf :: (Integral a, Real b) => a -> b -> a -> Double

    random-fu Data.Random.Distribution.Binomial

    We use the method given in "Fast and accurate computation of binomial probabilities, Loader, C", http://octave.1599824.n4.nabble.com/attachment/3829107/0/loader2000Fast.pdf

Page 727 of many | Previous | Next