[elm-discuss] Re: Toward a Tree UI Component

2016-10-18 Thread Jonathan Fishbein
Hi Tom, Thank you for creating the MultiwayTreeZipper. I am attempting to wrap my head around it. My understanding of recursion and recursion on trees has always been spotty. I think I understand how to update a datum when a Forest/Tree is your elm model. However, I have been scratching m

[elm-discuss] Re: Toward a Tree UI Component

2016-10-18 Thread Jonathan Fishbein
Actually might have gotten it to work! Thanks again for making the library On Thursday, November 26, 2015 at 10:01:05 AM UTC-5, Tom Kidd wrote: > > I am working on creating a Tree UI Component that would eventually use the > Elm Architecture. In doing this work, I uncovered the need to be able t