Skip to content

Commit 36cedfa

Browse files
bwestergardbobzhang
authored andcommitted
Example of list representation
Clarifying additional example of JS list representation
1 parent bf597af commit 36cedfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/docsource/Runtime-representation.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ For example:
7272
7373
* `[]` -> `0`
7474
* `x::y` -> `[x,y]`
75+
* `1::2::[3]` -> `[ 1, [ 2, [ 3, 0 ] ] ]`
7576
| Variant | *internal*
7677
7778
| Polymorphic variant | *internal*

0 commit comments

Comments
 (0)