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
concat_liststring_01.tzt
code { CONCAT } ;
input { Stack_elt (list string) { "a" ; "b" ; "c" } } ;
output { Stack_elt string "abc" }
back to top