https://gitlab.com/tezos/tezos
Raw File
Tip revision: 86cdb36c8e07f89948cf53dee7bf591cc4ceab58 authored by Marina Polubelova on 19 October 2023, 13:46:52 UTC
lib_plompiler: remove ignore_carry from addition
Tip revision: 86cdb36
list_map_block.tz
parameter (list int);
storage (list int);
code { CAR; PUSH int 0; SWAP;
       MAP { DIP{DUP}; ADD; DIP{PUSH int 1; ADD}};
       NIL operation; PAIR; DIP{DROP}}
back to top