Safe Haskell | None |
---|---|
Language | GHC2021 |
Halogen.Query.ChildQuery
Documentation
data ChildQuery (ps :: Row Type) a where Source #
Constructors
ChildQuery :: forall (g :: Type -> Type) o b (ps :: Row Type) (f :: Type -> Type) a. (forall (slot :: (Type -> Type) -> Type -> Type) (m :: Type -> Type). Applicative m => (slot g o -> m (Maybe b)) -> SlotStorage ps slot -> m (f b)) -> g b -> (f b -> a) -> ChildQuery ps a |
Instances
Functor (ChildQuery ps) Source # | |
Defined in Halogen.Query.ChildQuery Methods fmap :: (a -> b) -> ChildQuery ps a -> ChildQuery ps b # (<$) :: a -> ChildQuery ps b -> ChildQuery ps a # |