Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
satisfyMaybe :: (Word8 -> Bool) -> Scanner (Maybe Word8)scanner Scanner.Internal Consume a single octet in case it satisfies the predicate
enumMaybe :: (Bounded a, Enum a, Eq str) => (a -> str) -> str -> Maybe ashell-utility Shell.Utility.ParseArgument No documentation available.
fromStateMaybe :: (a -> StateT s Maybe b) -> s -> T a bsynthesizer-core Synthesizer.Causal.Process No documentation available.
catMaybes :: T (Maybe a) -> T asynthesizer-core Synthesizer.State.Signal No documentation available.
mapMaybePickFn :: (a -> Maybe b) -> Renderable a -> Renderable bChart Graphics.Rendering.Chart.Renderable Map a function over the result of a renderable's pickfunction, keeping only Just results.
mapMaybeAnnotation :: (AnnC a, AnnC b) => (a -> b) -> Annotation -> Annotationannotated-exception Data.Annotation Map a function over the Annotation, leaving it unchanged if the types don't match.
-
automaton Data.Automaton Only step the automaton if the input is Just.
-
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.
-
automaton Data.Automaton.Trans.Except When the predicate evaluates to Just e, throw the exception e, otherwise forward the input.
-
automaton Data.Automaton.Trans.Maybe When an exception occurs in the first automaton, the second automaton is executed from there.