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 b f a o g ps. ChildQuery ps g o a f b -> ChildQueryBox ps a

#unChildQueryBox Source

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