Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. emitSMaybe :: forall (m :: Type -> Type) event cl . MonadIO m => ClSF (EventChanT event m) cl (Maybe event) ()

    rhine FRP.Rhine.Clock.Realtime.Event

    Emit an event whenever the input value is Just event.

  2. emitSMaybe' :: forall event (m :: Type -> Type) cl . (NFData event, MonadIO m) => ClSF (EventChanT event m) cl (Maybe event) ()

    rhine FRP.Rhine.Clock.Realtime.Event

    Like emitSMaybe, but completely evaluates the event before emitting it.

  3. satisfyMaybe :: (Word8 -> Bool) -> Scanner (Maybe Word8)

    scanner Scanner

    Consume a single octet in case it satisfies the predicate

  4. satisfyMaybe :: (Word8 -> Bool) -> Scanner (Maybe Word8)

    scanner Scanner.Internal

    Consume a single octet in case it satisfies the predicate

  5. enumMaybe :: (Bounded a, Enum a, Eq str) => (a -> str) -> str -> Maybe a

    shell-utility Shell.Utility.ParseArgument

    No documentation available.

  6. fromStateMaybe :: (a -> StateT s Maybe b) -> s -> T a b

    synthesizer-core Synthesizer.Causal.Process

    No documentation available.

  7. catMaybes :: T (Maybe a) -> T a

    synthesizer-core Synthesizer.State.Signal

    No documentation available.

  8. mapMaybePickFn :: (a -> Maybe b) -> Renderable a -> Renderable b

    Chart Graphics.Rendering.Chart.Renderable

    Map a function over the result of a renderable's pickfunction, keeping only Just results.

  9. mapMaybeAnnotation :: (AnnC a, AnnC b) => (a -> b) -> Annotation -> Annotation

    annotated-exception Data.Annotation

    Map a function over the Annotation, leaving it unchanged if the types don't match.

  10. mapMaybeS :: forall (m :: Type -> Type) a b . Monad m => Automaton m a b -> Automaton m (Maybe a) (Maybe b)

    automaton Data.Automaton

    Only step the automaton if the input is Just.

Page 226 of many | Previous | Next