-
Notifications
You must be signed in to change notification settings - Fork 350
Open
Description
Compiling a TL-B scheme from TEP-64 using the standard tools (tlbc) results in an error:
test.tlb:1:23: error: variable `bn` used before being assigned to
tail#_ {bn:#} b:(bits bn) = SnakeData ~0;
(spoiler) Current TL-B scheme from TEP-64
tail#_ {bn:#} b:(bits bn) = SnakeData ~0;
cons#_ {bn:#} {n:#} b:(bits bn) next:^(SnakeData ~n) = SnakeData ~(n + 1);
chunked_data#_ data:(HashMapE 32 ^(SnakeData ~0)) = ChunkedData;
text#_ {n:#} data:(SnakeData ~n) = Text;
snake#00 data:(SnakeData ~n) = ContentData;
chunks#01 data:ChunkedData = ContentData;
onchain#00 data:(HashMapE 256 ^ContentData) = FullContent;
offchain#01 uri:Text = FullContent;1IxI1, arterialist, nickch7813, ilyar, purp1le and 35 more1IxI1, nickch7813, ilyar, howardpen9, naxoootcnjncgjnnxfhjjv and 11 moreMamali1234hm, Arminkazemi1994, skillnavy and winnydebugnickch7813, ilyar, man12388, Wtfisthatgg, mostafaevazi99 and 7 morenickch7813, designervoid, man12388, siyamak722669, mostafaevazi99 and 1 morenickch7813, cryshado, designervoid, coalus, trambullll and 3 more
Metadata
Metadata
Assignees
Labels
No labels