~ubuntu-branches/ubuntu/karmic/pypy/karmic

« back to all changes in this revision

Viewing changes to pypy/doc/image/lattice3.dot

  • Committer: Bazaar Package Importer
  • Author(s): Alexandre Fayolle
  • Date: 2007-04-13 09:33:09 UTC
  • Revision ID: james.westby@ubuntu.com-20070413093309-yoojh4jcoocu2krz
Tags: upstream-1.0.0
ImportĀ upstreamĀ versionĀ 1.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
digraph lattice3 {
 
2
    Top -> "List(v_1)" -> None;
 
3
    d1 [label="...", color=white];
 
4
    d2 [label="...", color=white];
 
5
    d3 [label="...", color=white];
 
6
    Top -> d1 -> None;
 
7
    Top -> d2 -> None;
 
8
    Top -> d3 -> None;
 
9
    Top -> "List(v_n)" -> None;
 
10
}