Module

Halogen.Query.ChildQuery

Package
purescript-halogen
Repository
purescript-halogen/purescript-halogen

#ChildQueryBox Source

data ChildQueryBox (ps :: Row Type) a

Instances

#ChildQuery Source

data ChildQuery ps g o a f b

Constructors

#mkChildQueryBox Source

mkChildQueryBox :: forall ps g o a f b. ChildQuery ps g o a f b -> ChildQueryBox ps a

#unChildQueryBox Source

unChildQueryBox :: forall ps a r. (forall g o f b. ChildQuery ps g o a f b -> r) -> ChildQueryBox ps a -> r