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.

  1. mapMaybe :: (a -> Maybe b) -> Event a -> Event b

    reactive-midyim Reactive.Banana.MIDI.Utility

    No documentation available.

  2. partitionMaybe :: (a -> Maybe b) -> Event a -> (Event b, Event a)

    reactive-midyim Reactive.Banana.MIDI.Utility

    No documentation available.

  3. C_Maybe :: forall (o :: Type -> Type) a1 . Elems o '[a1] -> Classifier_ o (Maybe a1)

    recover-rtti Debug.RecoverRTTI

    No documentation available.

  4. wrapDomEventMaybe :: (TriggerEvent t m, MonadJSM m) => e -> (e -> EventM e event () -> JSM (JSM ())) -> EventM e event (Maybe a) -> m (Event t a)

    reflex-dom-core Reflex.Dom.Builder.Immediate

    No documentation available.

  5. wrapDomEventsMaybe :: forall (m :: Type -> Type) t e f . (MonadJSM m, MonadReflexCreateTrigger t m) => e -> (forall (en :: EventTag) . IsEvent (EventType en) => EventName en -> EventM e (EventType en) (Maybe (f en))) -> (forall (en :: EventTag) . () => EventName en -> e -> EventM e (EventType en) () -> JSM (JSM ())) -> ImmediateDomBuilderT t m (EventSelector t (WrapArg f EventName))

    reflex-dom-core Reflex.Dom.Builder.Immediate

    No documentation available.

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

  7. captureTextMaybe :: CaptureID -> Match a -> Maybe a

    regex 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

  8. KMaybe :: Kind -> Kind

    sbv Data.SBV

    No documentation available.

  9. type SMaybe a = SBV Maybe a

    sbv Data.SBV

    Symbolic Maybe

  10. isMaybe :: HasKind a => a -> Bool

    sbv Data.SBV

    No documentation available.

Page 253 of many | Previous | Next