Thank you for sharing! I think it would be worth the trouble of fleshing out the documentation a bit. For instance, it's not clear what a Monoid is. It appears that you need a Monoid to construct an AnnotatedFingerTree, but there's no indication of how to construct a Monoid. Some example code of how to use the library would be a big help!
On Fri, Jul 15, 2016 at 8:42 AM, Matthew Heath <[email protected] > wrote: > I have made a fingertree package > <http://package.elm-lang.org/packages/MatthewJohnHeath/elm-fingertree/1.0.0/> > and > used it to make a persistent priority queue and a deque with random acces. > I hope these are of use to someone > > -- > 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. > -- 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.
