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. maybeUnfoldingTemplate :: Unfolding -> Maybe CoreExpr

    liquidhaskell-boot Liquid.GHC.API

    Retrieves the template of an unfolding if possible maybeUnfoldingTemplate is used mainly when specialising, and we do want to specialise DFuns, so it's important to return a template for DFunUnfoldings

  2. maybeD :: (a -> Q [Dec]) -> Maybe a -> Q [Dec]

    names-th Language.Haskell.TH.Lib.Extra

    May generate declaration template.

  3. maybeOpenRxWindow :: Int -> FlowControlType -> RxFlow -> (RxFlow, Maybe Int)

    network-control Network.Control

    Record that we have consumed some received data May return a window update; see RxFlow for details.

  4. maybeMap :: forall a b p f . (Profunctor p, Functor f) => p (Map a b) (f (Map a b)) -> p (Maybe (Map a b)) (f (Maybe (Map a b)))

    pontarius-xmpp Network.Xmpp.IM.PresenceTracker

    No documentation available.

  5. maybeList :: [Maybe e] -> By6Bits e

    primitive-extras PrimitiveExtras.By6Bits

    No documentation available.

  6. maybeBnd :: C msg => msg -> Maybe (Boundary PitchChannel Velocity)

    reactive-midyim Reactive.Banana.MIDI.Note

    No documentation available.

  7. maybeBndExt :: C msg => msg -> Maybe (BoundaryExt PitchChannel Velocity)

    reactive-midyim Reactive.Banana.MIDI.Note

    No documentation available.

  8. maybeFromInt :: Int -> Maybe Pitch

    reactive-midyim Reactive.Banana.MIDI.Pitch

    No documentation available.

  9. maybeNoteOn :: C msg => msg -> Maybe Channel

    reactive-midyim Reactive.Banana.MIDI.Program

    No documentation available.

  10. maybeCounterExample :: Maybe String -> Property

    servant-openapi3 Servant.OpenApi.Internal.Test

    Provide a counterexample if there is any.

Page 59 of many | Previous | Next