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.
sleepThreadUntil :: (RealFrac n, MonadIO m) => n -> m ()hosc Sound.Osc.Time.Thread.MonadIO No documentation available.
-
Generalization of MonadReader and ReaderT using hset Generalization of MonadReader and ReaderT using hset
-
No documentation available.
newtype
HReaderT (els :: [Type]) (m :: Type -> Type) ahreader Control.Monad.HReader HReaderT :: ReaderT (HSet els) m a -> HReaderT (els :: [Type]) (m :: Type -> Type) ahreader Control.Monad.HReader No documentation available.
-
hreader Control.Monad.HReader Convenient variant of subHSetHReaderT with proxy type to make it posible to run nested HReaderT in place without complex type declarations, e.g.
narrowHReaderT (Proxy :: Proxy '[String, Int]) $ do doThingsWithString doThingsWithInt doThingsWithOtherStuff -- < this will not compile
runHReaderT :: forall (els :: [Type]) m a . HSet els -> HReaderT els m a -> m ahreader Control.Monad.HReader No documentation available.
-
hreader Control.Monad.HReader Run a local reader with a subset of HSet elements.
unHReaderT :: HReaderT (els :: [Type]) (m :: Type -> Type) a -> ReaderT (HSet els) m ahreader Control.Monad.HReader No documentation available.
class (Monad m, Applicative m) =>
MonadHReader (m :: Type -> Type)hreader Control.Monad.HReader.Class Monad which is a reader of HSet (or just can construct it).