Skip to content

Commit

Permalink
Halogen requestAll re-export. (#761)
Browse files Browse the repository at this point in the history
Co-authored-by: Philippe Pittoli <karchnu@karchnu.fr>
  • Loading branch information
KaneRoot and KaneRoot committed Jul 29, 2021
1 parent 40cd844 commit 79b86b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Halogen.purs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import Halogen.Component (Component, ComponentSpec, ComponentSlot, ComponentSlot
import Halogen.Data.Slot (Slot)
import Halogen.HTML (ComponentHTML)
import Halogen.HTML.Core (AttrName(..), ClassName(..), Namespace(..), PropName(..), ElemName(..))
import Halogen.Query (ForkId, HalogenF(..), HalogenM(..), HalogenQ(..), RefLabel(..), Request, SubscriptionId, Tell, fork, get, getHTMLElementRef, getRef, gets, kill, lift, liftAff, liftEffect, mkRequest, mkTell, modify, modify_, put, query, queryAll, raise, request, subscribe, subscribe', tell, unsubscribe)
import Halogen.Query (ForkId, HalogenF(..), HalogenM(..), HalogenQ(..), RefLabel(..), Request, SubscriptionId, Tell, fork, get, getHTMLElementRef, getRef, gets, kill, lift, liftAff, liftEffect, mkRequest, mkTell, modify, modify_, put, query, queryAll, raise, request, requestAll, subscribe, subscribe', tell, unsubscribe)
import Halogen.Subscription as HS

-- | A record produced when the root component in a Halogen UI has been run.
Expand Down

0 comments on commit 79b86b7

Please sign in to comment.