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.
-
pipes-parse Pipes.Parse Deprecated: Use parsed_ instead
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.
module Data.ProtoLens.
TextFormat Functions for converting protocol buffers to a human-readable text format.
ffor :: Functor f => f a -> (a -> b) -> f breflex Reflex.Class Flipped version of fmap.
ffor2 :: Applicative f => f a -> f b -> (a -> b -> c) -> f creflex Reflex.Class Rotated version of liftA2.
ffor3 :: Applicative f => f a -> f b -> f c -> (a -> b -> c -> d) -> f dreflex Reflex.Class Rotated version of liftA3.
fforMaybe :: Filterable f => f a -> (a -> Maybe b) -> f breflex Reflex.Class Flipped version of mapMaybe.
newtype
PerformEventT t (m :: k) areflex Reflex.PerformEvent.Base Provides a basic implementation of PerformEvent. Note that, despite the name, PerformEventT is not an instance of MonadTrans.
PerformEventT :: RequesterT t (HostFrame t) Identity (HostFrame t) a -> PerformEventT t (m :: k) areflex Reflex.PerformEvent.Base No documentation available.
-
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.