Hoogle Search

Within LTS Haskell 24.56 (ghc-9.10.3)

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

  1. 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.

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

    scanner Scanner

    Consume a single octet in case it satisfies the predicate

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

    scanner Scanner.Internal

    Consume a single octet in case it satisfies the predicate

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

    shell-utility Shell.Utility.ParseArgument

    No documentation available.

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

    synthesizer-core Synthesizer.Causal.Process

    No documentation available.

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

    synthesizer-core Synthesizer.State.Signal

    No documentation available.

  7. 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.

  8. 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.

  9. 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.

  10. throwMaybe :: forall (m :: Type -> Type) e void . Monad m => Automaton (ExceptT e m) (Maybe e) (Maybe void)

    automaton Data.Automaton.Trans.Except

    When the input is Just e, throw the exception e. This does not output any data since it terminates on the first nontrivial input.

Page 231 of many | Previous | Next