File: dot.expected

package info (click to toggle)
ocamlgraph 2.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,624 kB
  • sloc: ml: 19,995; xml: 151; makefile: 14; sh: 1
file content (18 lines) | stat: -rw-r--r-- 477 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
========= BEGIN output graph =========
digraph G {
  "task_menu";
  "task_ingredients";
  "task_invitation";
  "task_cook";
  "task_table";
  "task_eat";
  
  
  "task_menu" -> "task_ingredients" [label=<f&#36;oo>, ];
  "task_ingredients" -> "task_cook" [label=<f&#36;oo>, ];
  "task_invitation" -> "task_cook" [label=<f&#36;oo>, ];
  "task_cook" -> "task_eat" [label=<f&#36;oo>, ];
  "task_table" -> "task_eat" [label=<f&#36;oo>, ];
  
  }
========= END output graph =========