ribosome-0.1.2.0: api extensions for nvim-hs

Safe HaskellNone
LanguageHaskell2010

Ribosome.Api.Exists

Documentation

sleep :: MonadIO f => Double -> f () Source #

retry :: MonadIO f => f a -> (a -> f (Either c b)) -> Retry -> f (Either c b) Source #