File:Purely functional list before.svg
| Description |
Čeština: Příloha ke článku čistě funkcionální programování.
English: en:Purely functional list, adapted from Okasaki (but redrawn by en:User:Richard W.M. Jones using graphviz).
Here is the original DOT file: digraph G {
xs[shape=plaintext];
xs -> 0;
0 -> 1;
1 -> 2;
ys[shape=plaintext];
ys -> 3;
3 -> 4;
4 -> 5;
}
en:User:VineetKumar used: dot -Tsvg file.doten:User:Richard W.M. Jones. |
||||||||
| Date | 18 September 2007 (original upload date) | ||||||||
| Source | Transferred from en.wikipedia to Commons by sevela.p. | ||||||||
| Author | The original uploader was VineetKumar at English Wikipedia. | ||||||||
| Permission (Reusing this file) |
|
Original upload log
The original description page was here. All following user names refer to en.wikipedia.
- 2007-09-18 21:36 VineetKumar 168×325×0 (3482 bytes) {{Move to Commons}} [[Purely functional]] list, adapted from Okasaki (but redrawn by [[User:Richard W.M. Jones]] using graphviz). Here is the original DOT file: digraph G { xs[shape=plaintext]; xs -> 0; 0 -> 1; 1 -> 2;