Interesting... it's like it's own module. I feel like there are a lot of little things like this that aren't covered in any of the getting started guides.
On Wed, May 18, 2016 at 1:05 PM, Peter Damoc <[email protected]> wrote: > It means that it exports both the type Dispatch and the tag Remove. It's > explicit with what it exports. > It should have been "Dispatch(..)" because in cases like this you might > want to expose all the Dispatch Tags. > > > On Wed, May 18, 2016 at 10:55 PM, Homan Chou <[email protected]> wrote: > >> Ah... thanks. I read that wrong and thought you were linking the old >> repo. >> >> What does "Dispatch(Remove)" mean in the Counter exposing part? >> >> On Tue, May 17, 2016 at 10:54 PM, Peter Damoc <[email protected]> wrote: >> >>> It works like you can see in the second link you've quoted. :) >>> >>> >>> >>> >>> On Wed, May 18, 2016 at 8:40 AM, Homan Chou <[email protected]> wrote: >>> >>>> Hi Brian, >>>>> The Elm Architecture Tutorial has a "nesting" example: >>>>> https://github.com/evancz/elm-architecture-tutorial/tree/master/nesting >>>>> <https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2Fevancz%2Felm-architecture-tutorial%2Ftree%2Fmaster%2Fnesting&sa=D&sntz=1&usg=AFQjCNEewhvxWeRTDqHDz5HrMAUqNnSz-w> >>>>> >>>>> If you worked with the previous elm-architecture-tutorial (the one >>>>> with 8 examples) I have a port of that tutorial that you can consult to >>>>> see >>>>> how some of those concepts translate to 0.17: >>>>> >>>>> https://github.com/pdamoc/elm-architecture-tutorial/tree/master/examples/4 >>>> >>>> >>>> The new updated nesting tutorials don't include the modified "fancier" >>>> list of counters example where the delete button is in the child Counter >>>> component. In the 0.16 example a "context" was passed in from the parent >>>> with some signal forwarding magic. In a world where there are no signals >>>> in Elm now, how does this work? >>>> >>>> -- >>>> 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 [email protected]. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> >>> >>> -- >>> There is NO FATE, we are the creators. >>> blog: http://damoc.ro/ >>> >>> -- >>> You received this message because you are subscribed to a topic in the >>> Google Groups "Elm Discuss" group. >>> To unsubscribe from this topic, visit >>> https://groups.google.com/d/topic/elm-discuss/GZidxLFlLtQ/unsubscribe. >>> To unsubscribe from this group and all its topics, send an email to >>> [email protected]. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- >> 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 [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > There is NO FATE, we are the creators. > blog: http://damoc.ro/ > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Elm Discuss" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/elm-discuss/GZidxLFlLtQ/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
