Skip to content

Commit 6111bcf

Browse files
📚 docs(README): Add title of Hinze and Paterson paper.
1 parent 7287a80 commit 6111bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ for ( const x of tree ) console.log( x ) ;
309309

310310
## :scroll: References
311311

312-
- [Hinze and Paterson](http://staff.city.ac.uk/~ross/papers/FingerTree.pdf)
312+
- [*Finger trees: a simple general-purpose data structure* -- Hinze and Paterson](http://staff.city.ac.uk/~ross/papers/FingerTree.pdf)
313313

314314
## :link: Links
315315
- [An (incomplete) implementation in Python](https://github.com/kachayev/fn.py/blob/main/fn/immutable/finger.py)

0 commit comments

Comments
 (0)