Skip to content

Commit 4b534f8

Browse files
committed
memory layout typos
thanks @high-cloud (#396)
1 parent 2f06447 commit 4b534f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

paper/HVM2.pdf

4 Bytes
Binary file not shown.

paper/HVM2.typst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -806,15 +806,15 @@ In HVM2's memory, it would be represented as:
806806
```
807807
RBAG | FST-TREE | SND-TREE
808808
---- | -------- | --------
809-
0800 | CON 0001 | CON 0002 // '& (b a) ~ (x (y *))'
809+
0800 | CON 0002 | CON 0003 // '& (b a) ~ (x (y *))'
810810
1800 | DUP 0005 | REF 0000 // '& {x y} ~ @foo'
811811
---- | -------- | --------
812812
NODE | PORT-1 | PORT-2
813813
---- | -------- | --------
814814
0001 | VAR 0000 | VAR 0001 // '(a b)' node (root)
815815
0002 | VAR 0001 | VAR 0000 // '(b a)' node
816816
0003 | VAR 0002 | CON 0004 // '(x (y *))' node
817-
0004 | VAR 0003 | DUP 0000 // '(y *)' node
817+
0004 | VAR 0003 | ERA 0000 // '(y *)' node
818818
0005 | VAR 0003 | VAR 0002 // '{y x}' node
819819
---- | -------- | --------
820820
VARS | VALUE |

0 commit comments

Comments
 (0)