We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7287a80 commit 6111bcfCopy full SHA for 6111bcf
README.md
@@ -309,7 +309,7 @@ for ( const x of tree ) console.log( x ) ;
309
310
## :scroll: References
311
312
- - [Hinze and Paterson](http://staff.city.ac.uk/~ross/papers/FingerTree.pdf)
+ - [*Finger trees: a simple general-purpose data structure* -- Hinze and Paterson](http://staff.city.ac.uk/~ross/papers/FingerTree.pdf)
313
314
## :link: Links
315
- [An (incomplete) implementation in Python](https://github.com/kachayev/fn.py/blob/main/fn/immutable/finger.py)
0 commit comments