Pt 164325512 variant constants #130

Merged
zxq9 merged 9 commits from PT-164325512-variant-constants into fortuna 2019-03-01 21:05:25 +09:00
Showing only changes of commit 1c2b6fb501 - Show all commits

View File

@ -62,7 +62,7 @@
%%% 8. Tuples ( Elements ) %%% 8. Tuples ( Elements )
%%% () %%% ()
%%% (1, "foo") %%% (1, "foo")
%%% 9. Varaiants: (| Size | Tag | ( Elements ) |) %%% 9. Variants: (| Size | Tag | ( Elements ) |)
%%% (| 42 | 12 | ( "foo", 12) |) %%% (| 42 | 12 | ( "foo", 12) |)
%%% %%%
%%% Where Digits: [0123456789] %%% Where Digits: [0123456789]