@Rupert Smith
Your module for pub/sub looks great! I will be useful for a lot of people 
like me. I think you should publish it.
Can you add a README or provide few examples how to use it properly?  

@Nick H
I also thought about this

> type Action = Loaded | UserInfo UserInfo.Action | Ratings Ratings.Action
>
But then I should also change this
 Cmd.map UserInfo effect
to
 Cmd.map effect  
and in UserInfo.update use global actions everywhere. And this also brakes 
encapsulation, so I cannot use 
this triplet in my other apps with different main action type. 


-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to