Loading [Contrib]/a11y/accessibility-menu.js

yael-0.1.0.0

Safe HaskellNone
LanguageHaskell2010

Yael.Eff.Async

Documentation

newtype Async m Source #

Constructors

Async 

Fields

async :: HasEff Async f m => EffT f m () -> EffT f m ThreadId Source #

noAsync :: (MonadIO m, Monad n) => m (Async n) Source #