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.
-
rhine FRP.Rhine.Clock.Realtime.Event Emit an event whenever the input value is Just event.
-
rhine FRP.Rhine.Clock.Realtime.Event Like emitSMaybe, but completely evaluates the event before emitting it.
satisfyMaybe :: (Word8 -> Bool) -> Scanner (Maybe Word8)scanner Scanner Consume a single octet in case it satisfies the predicate
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.