File:Purely functional list after.svg
| Description |
Čeština: Čistě funkcionální list před
English: en:Purely functional list, adapted from Okasaki (but redrawn by en:User:Richard W.M. Jones using graphviz).
DOT source: digraph pf_list_after {
xs [shape=plaintext]
xs -> 0 -> 1 -> 2
ys [shape=plaintext]
ys -> 3 -> 4 -> 5
node [color=blue, fontcolor=blue]
edge [color=blue]
zs [shape=plaintext]
z0 [label="0"]
z1 [label="1"]
z2 [label="2"]
zs -> z0 -> z1 -> z2 -> 3
}
en:User:VineetKumar used: dot -Tsvg file.doten:User:Richard W.M. Jones. |
||||||||
| Date | 18 September 2007 (original upload date) | ||||||||
| Source |
Adapted from File:Purely functional list after.gif 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:31 VineetKumar 258×595×0 (5160 bytes) {{Move to Commons}} {{Convert to SVG}} [[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