Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
mapMaybe :: (a -> Maybe b) -> Event a -> Event breactive-midyim Reactive.Banana.MIDI.Utility No documentation available.
partitionMaybe :: (a -> Maybe b) -> Event a -> (Event b, Event a)reactive-midyim Reactive.Banana.MIDI.Utility No documentation available.
C_Maybe :: forall (o :: Type -> Type) a1 . Elems o '[a1] -> Classifier_ o (Maybe a1)recover-rtti Debug.RecoverRTTI No documentation available.
-
reflex-dom-core Reflex.Dom.Builder.Immediate No documentation available.
-
reflex-dom-core Reflex.Dom.Builder.Immediate No documentation available.
captureMaybe :: CaptureID -> Match a -> Maybe (Capture a)regex Text.RE.Replace look up the nth capture, 0 being the match of the whole RE against the source text, 1, the first bracketed sub-expression to be matched and so on, returning Nothing if there is no such capture, or if the capture failed to capture anything (being in a failed alternate)
captureTextMaybe :: CaptureID -> Match a -> Maybe aregex Text.RE.Replace look up the text of the nth capture (0 being the match of the whole), returning Nothing if the Match doesn't contain the capture
-
sbv Data.SBV No documentation available.
-
sbv Data.SBV Symbolic Maybe
isMaybe :: HasKind a => a -> Boolsbv Data.SBV No documentation available.