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.
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.
readBehaviorTracked :: Behavior (x :: k) a -> BehaviorM x areflex Reflex.Spider.Internal No documentation available.
readBE16 :: MonadIO m => Ptr RWops -> m Word16sdl2 SDL.Raw.Filesystem No documentation available.
readBE32 :: MonadIO m => Ptr RWops -> m Word32sdl2 SDL.Raw.Filesystem No documentation available.
readBE64 :: MonadIO m => Ptr RWops -> m Word64sdl2 SDL.Raw.Filesystem No documentation available.
readLE16 :: MonadIO m => Ptr RWops -> m Word16sdl2 SDL.Raw.Filesystem No documentation available.
readLE32 :: MonadIO m => Ptr RWops -> m Word32sdl2 SDL.Raw.Filesystem No documentation available.
readLE64 :: MonadIO m => Ptr RWops -> m Word64sdl2 SDL.Raw.Filesystem No documentation available.
readFile' :: Partial => FilePath -> Action Stringshake Development.Shake Read a file, after calling need. The argument file will be tracked as a dependency.
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.