Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. parseForever_ :: forall (m :: Type -> Type) a b . Monad m => (forall (n :: Type -> Type) . Monad n => Parser a n (Maybe b)) -> Pipe a b m ()

    pipes-parse Pipes.Parse

    Deprecated: Use parsed_ instead

  2. fieldsByTextFormatName :: Message msg => Map String (FieldDescriptor msg)

    proto-lens Data.ProtoLens.Message

    This map is keyed by the name of the field used for text format protos. This is just the field name for every field except for group fields, which use their Message type name in text protos instead of their field name. For example, "optional group Foo" has the field name "foo" but in this map it is stored with the key Foo.

  3. module Data.ProtoLens.TextFormat

    Functions for converting protocol buffers to a human-readable text format.

  4. ffor :: Functor f => f a -> (a -> b) -> f b

    reflex Reflex.Class

    Flipped version of fmap.

  5. ffor2 :: Applicative f => f a -> f b -> (a -> b -> c) -> f c

    reflex Reflex.Class

    Rotated version of liftA2.

  6. ffor3 :: Applicative f => f a -> f b -> f c -> (a -> b -> c -> d) -> f d

    reflex Reflex.Class

    Rotated version of liftA3.

  7. fforMaybe :: Filterable f => f a -> (a -> Maybe b) -> f b

    reflex Reflex.Class

    Flipped version of mapMaybe.

  8. newtype PerformEventT t (m :: k) a

    reflex Reflex.PerformEvent.Base

    Provides a basic implementation of PerformEvent. Note that, despite the name, PerformEventT is not an instance of MonadTrans.

  9. PerformEventT :: RequesterT t (HostFrame t) Identity (HostFrame t) a -> PerformEventT t (m :: k) a

    reflex Reflex.PerformEvent.Base

    No documentation available.

  10. hostPerformEventT :: (MonadReflexHost t m, MonadRef m, Ref m ~ Ref IO) => PerformEventT t m a -> m (a, FireCommand t m)

    reflex Reflex.PerformEvent.Base

    Run a PerformEventT action, returning a FireCommand that allows the caller to trigger Events while ensuring that performEvent actions are run at the appropriate time.

Page 649 of many | Previous | Next