There was an error while loading. Please reload this page.
1 parent bf597af commit 36cedfaCopy full SHA for 36cedfa
site/docsource/Runtime-representation.adoc
@@ -72,6 +72,7 @@ For example:
72
73
* `[]` -> `0`
74
* `x::y` -> `[x,y]`
75
+* `1::2::[3]` -> `[ 1, [ 2, [ 3, 0 ] ] ]`
76
| Variant | *internal*
77
78
| Polymorphic variant | *internal*
0 commit comments