Module

Halogen.Query.ChildQuery

#ChildQueryBox

data ChildQueryBox (ps :: Row Type) a

Instances

#ChildQuery

data ChildQuery ps g o a f b

Constructors

#mkChildQueryBox

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

#unChildQueryBox

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

Modules