mirror of
https://github.com/c-cube/iter.git
synced 2025-12-06 11:15:32 -05:00
update readme with a link to slides
This commit is contained in:
parent
6ca30435e7
commit
5ad86a8b04
1 changed files with 8 additions and 1 deletions
|
|
@ -15,7 +15,14 @@ of a `Hashtbl.t`, without creating a list.
|
||||||
Documentation
|
Documentation
|
||||||
=============
|
=============
|
||||||
|
|
||||||
See [the online API](http://cedeela.fr/~simon/software/sequence/Sequence.html).
|
There is only one type, `'a Sequence.t`, and lots of functions built around
|
||||||
|
this type.
|
||||||
|
To get an overview of sequence, its origins and why it was created,
|
||||||
|
you can start with [the slides of a talk](http://cedeela.fr/~simon/talks/sequence.pdf)
|
||||||
|
I (c-cube) made at some OCaml meeting.
|
||||||
|
|
||||||
|
See [the online API](http://cedeela.fr/~simon/software/sequence/Sequence.html)
|
||||||
|
for more details on the set of available functions.
|
||||||
|
|
||||||
Build
|
Build
|
||||||
=====
|
=====
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue