Revision fcdc119ee862094d9175c7dbce81b80d5f0e3cf4 authored by Marge Bot on 28 February 2024, 11:12:39 UTC, committed by Marge Bot on 28 February 2024, 11:12:39 UTC
Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com>

Approved-by: Romain <romain@nomadic-labs.com>
Approved-by: Thomas Letan <lthms@nomadic-labs.com>

See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11985
2 parent s f83111d + b79b418
Raw File
mem_setint_01.tzt
code { MEM } ;
input { Stack_elt int 5 ; Stack_elt (set int) { 1 ; 3 ; 5 ; 7 } } ;
output { Stack_elt bool True }
back to top