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.
FunctionCall :: FunctionName -> [Object] -> TMVar (Either Object Object) -> UTCTime -> FunctionCallnvim-hs Neovim.Plugin.IPC.Classes Method name, parameters, callback, timestamp
module Neovim.RPC.
FunctionCall No documentation available.
-
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.
atomically' :: MonadIO io => STM result -> io resultnvim-hs Neovim.RPC.FunctionCall Lifted variant of atomically.
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.
scall' :: NvimObject result => FunctionName -> [Object] -> Neovim env resultnvim-hs Neovim.RPC.FunctionCall Helper function similar to scall that throws a runtime exception if the result is an error object.
scallThrow :: NvimObject result => FunctionName -> [Object] -> Neovim env resultnvim-hs Neovim.RPC.FunctionCall Similar to scall, but throw a NeovimException instead of returning it.
unregisterAll :: MonadIO m => m ()prometheus-client Prometheus Removes all currently registered metrics from the registry.
floatingBinomialLogPDF :: (PDF (Binomial b) Integer, RealFrac a) => a -> b -> a -> Doublerandom-fu Data.Random.Distribution.Binomial No documentation available.
integralBinomialLogPdf :: (Integral a, Real b) => a -> b -> a -> Doublerandom-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