about summary refs log tree commit diff stats
path: root/apps/mu.subx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/mu.subx')
-rw-r--r--apps/mu.subx3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/mu.subx b/apps/mu.subx
index 4dadee8c..6a87962f 100644
--- a/apps/mu.subx
+++ b/apps/mu.subx
@@ -365,9 +365,6 @@ Live-var-size:  # (addr int)
   0xc/imm32
 
 # Types are expressed as trees (s-expressions) of type-ids (ints).
-# However, there's no need for singletons, so we can assume (int) == int
-#   - if x->right == nil, x is an atom
-#   - x->left contains either a pointer to a pair, or an atomic type-id directly.
 
 Tree-is-atom:  # boolean
   0/imm32
ain&id=85173b622021de062706df81947df7ae2300b654'>^
5cea4ef8 ^
12adb3da ^
b0f89e4f ^
12adb3da ^
5cea4ef8 ^
12adb3da ^

b0f89e4f ^
0c57224c ^

12adb3da ^
5cea4ef8 ^
12adb3da ^
0c57224c ^
12adb3da ^
5cea4ef8 ^
12adb3da ^

0c57224c ^
b0f89e4f ^
12adb3da ^

b0f89e4f ^
a46cfb13 ^
0c57224c ^

b0f89e4f ^
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