Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. readEvent :: MonadReadEvent t m => EventHandle t a -> m (Maybe (m a))

    reflex Reflex.Host.Class

    Read the value of an Event from an EventHandle (created by calling subscribeEvent). After event propagation is done, all events can be in two states: either they are firing with some value or they are not firing. In the former case, this function returns Just act, where act in an action to read the current value of the event. In the latter case, the function returns Nothing. This function is normally used in the calllback for fireEventsAndRead.

  2. readBehaviorTracked :: Behavior (x :: k) a -> BehaviorM x a

    reflex Reflex.Spider.Internal

    No documentation available.

  3. readBE16 :: MonadIO m => Ptr RWops -> m Word16

    sdl2 SDL.Raw.Filesystem

    No documentation available.

  4. readBE32 :: MonadIO m => Ptr RWops -> m Word32

    sdl2 SDL.Raw.Filesystem

    No documentation available.

  5. readBE64 :: MonadIO m => Ptr RWops -> m Word64

    sdl2 SDL.Raw.Filesystem

    No documentation available.

  6. readLE16 :: MonadIO m => Ptr RWops -> m Word16

    sdl2 SDL.Raw.Filesystem

    No documentation available.

  7. readLE32 :: MonadIO m => Ptr RWops -> m Word32

    sdl2 SDL.Raw.Filesystem

    No documentation available.

  8. readLE64 :: MonadIO m => Ptr RWops -> m Word64

    sdl2 SDL.Raw.Filesystem

    No documentation available.

  9. readFile' :: Partial => FilePath -> Action String

    shake Development.Shake

    Read a file, after calling need. The argument file will be tracked as a dependency.

  10. readFileLines :: Partial => FilePath -> Action [String]

    shake Development.Shake

    A version of readFile' which also splits the result into lines. The argument file will be tracked as a dependency.

Page 206 of many | Previous | Next