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.
rcuThreadVar :: RCUThread s a -> {-# UNPACK #-} !MVar arcu Control.Concurrent.RCU.QSBR.Internal No documentation available.
runReadingRCU :: ReadingRCU s a -> RCUState -> IO arcu Control.Concurrent.RCU.QSBR.Internal No documentation available.
data
EnvVarCannotBeReadException read-env-var System.ReadEnvVar Exception thrown by readEnvEx' when the environment variable cannot be read.
EnvVarCannotBeReadException :: String -> EnvVarCannotBeReadExceptionread-env-var System.ReadEnvVar The first String is the name of the environment variable that cannot be read.
newtype
ColorProfileReader (t :: k) (m :: Type -> Type) areflex-vty Reflex.Vty.Widget A widget that has access to the terminal's ColorProfile.
-
reflex-vty Reflex.Vty.Widget No documentation available.
newtype
FocusReader (t :: k) (m :: Type -> Type) areflex-vty Reflex.Vty.Widget A widget that has access to information about whether it is focused
FocusReader :: ReaderT (Dynamic t Bool) m a -> FocusReader (t :: k) (m :: Type -> Type) areflex-vty Reflex.Vty.Widget No documentation available.
class (Reflex t, Monad m) =>
HasFocusReader (t :: k) (m :: Type -> Type) | m -> treflex-vty Reflex.Vty.Widget A class for things that can dynamically gain and lose focus
newtype
ThemeReader (t :: k) (m :: Type -> Type) areflex-vty Reflex.Vty.Widget A widget that has access to theme information