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. ThemeReader :: ReaderT (Behavior t Theme) m a -> ThemeReader (t :: k) (m :: Type -> Type) a

    reflex-vty Reflex.Vty.Widget

    No documentation available.

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

    reflex-vty Reflex.Vty.Widget

    No documentation available.

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

    reflex-vty Reflex.Vty.Widget

    No documentation available.

  4. unThemeReader :: ThemeReader (t :: k) (m :: Type -> Type) a -> ReaderT (Behavior t Theme) m a

    reflex-vty Reflex.Vty.Widget

    No documentation available.

  5. launchGlossThread :: MonadIO m => GlossSettings -> m GlossEnv

    rhine-gloss FRP.Rhine.Gloss.IO

    Helper function for launchInGlossThread. Creates concurrent variables and launches the gloss backend in a separate thread.

  6. launchInGlossThread :: MonadIO m => GlossSettings -> GlossConcT m a -> m a

    rhine-gloss FRP.Rhine.Gloss.IO

    Apply this to supply the GlossConcT effect. Creates a new thread in which gloss is run, and feeds the clocks GlossEventClockIO and GlossSimClockIO. Usually, this function is applied to the result of flow, so you can handle all occurring effects as needed. If you only use gloss in your whole signal network, you can use flowGlossIO instead.

  7. defaultReadOptions :: ReadOptions

    rocksdb-haskell Database.RocksDB.Base

    No documentation available.

  8. data LReadOptions

    rocksdb-haskell Database.RocksDB.C

    No documentation available.

  9. c_rocksdb_readoptions_create :: IO ReadOptionsPtr

    rocksdb-haskell Database.RocksDB.C

    No documentation available.

  10. c_rocksdb_readoptions_destroy :: ReadOptionsPtr -> IO ()

    rocksdb-haskell Database.RocksDB.C

    No documentation available.

Page 798 of many | Previous | Next