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.

  1. rcuThreadVar :: RCUThread s a -> {-# UNPACK #-} !MVar a

    rcu Control.Concurrent.RCU.QSBR.Internal

    No documentation available.

  2. runReadingRCU :: ReadingRCU s a -> RCUState -> IO a

    rcu Control.Concurrent.RCU.QSBR.Internal

    No documentation available.

  3. data EnvVarCannotBeReadException

    read-env-var System.ReadEnvVar

    Exception thrown by readEnvEx' when the environment variable cannot be read.

  4. EnvVarCannotBeReadException :: String -> EnvVarCannotBeReadException

    read-env-var System.ReadEnvVar

    The first String is the name of the environment variable that cannot be read.

  5. newtype ColorProfileReader (t :: k) (m :: Type -> Type) a

    reflex-vty Reflex.Vty.Widget

    A widget that has access to the terminal's ColorProfile.

  6. ColorProfileReader :: ReaderT (Behavior t ColorProfile) m a -> ColorProfileReader (t :: k) (m :: Type -> Type) a

    reflex-vty Reflex.Vty.Widget

    No documentation available.

  7. newtype FocusReader (t :: k) (m :: Type -> Type) a

    reflex-vty Reflex.Vty.Widget

    A widget that has access to information about whether it is focused

  8. FocusReader :: ReaderT (Dynamic t Bool) m a -> FocusReader (t :: k) (m :: Type -> Type) a

    reflex-vty Reflex.Vty.Widget

    No documentation available.

  9. class (Reflex t, Monad m) => HasFocusReader (t :: k) (m :: Type -> Type) | m -> t

    reflex-vty Reflex.Vty.Widget

    A class for things that can dynamically gain and lose focus

  10. newtype ThemeReader (t :: k) (m :: Type -> Type) a

    reflex-vty Reflex.Vty.Widget

    A widget that has access to theme information

Page 797 of many | Previous | Next