hsdev-0.1.5.2: Haskell development library and tool with support of autocompletion, symbol info, go to declaration, find references etc.
HsDev.Database.Async
Synopsis
update :: MonadIO m => Async Database -> m Database -> m () Source
clear :: MonadIO m => Async Database -> m Database -> m () Source
wait :: MonadIO m => Async Database -> m () Source
This function is used to ensure that all previous updates were applied
module Data.Async