Re: [elm-discuss] Fingertree used to make priority queue and deque

2016-07-17 Thread Matt Heath
I absolutely do need to document that. That's just a mistake. Thanks for spotting it On 16 July 2016 at 19:32, Nick H wrote: > 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 tha

Re: [elm-discuss] Fingertree used to make priority queue and deque

2016-07-16 Thread Nick H
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 h

[elm-discuss] Fingertree used to make priority queue and deque

2016-07-15 Thread Matthew Heath
I have made a fingertree package 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 Googl