about summary refs log tree commit diff stats
path: root/999spaces.cc
diff options
context:
space:
mode:
Diffstat (limited to '999spaces.cc')
-rw-r--r--999spaces.cc9
1 files changed, 4 insertions, 5 deletions
diff --git a/999spaces.cc b/999spaces.cc
index 0bf0c3ac..a9247a5d 100644
--- a/999spaces.cc
+++ b/999spaces.cc
@@ -45,14 +45,13 @@ assert(Max_callstack_depth == 9989);
 //:      ↳ 56.4 fill in reply ingredients
 //:
 //:     begin type modifying transforms
-//:       48 check types by name
 //:        ↱ 56.3 deduce types from header
 //:       56 check reply instructions against header
+//:       48 check types by name
+//:     ---
+//:       30 check or set invalid containers
 //:     end type modifying transforms
-//:
-//:     57 static dispatch
-//:
-//:     30 check or set invalid containers
+//:      ↳ 57 static dispatch
 //:   ---
 //:     13 update instruction operation
 //:     40 transform braces
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64