Revision 41bbdaad8460dd120076393686ef76fdad3c5432 authored by Thomas Letan on 30 January 2024, 11:36:18 UTC, committed by Marge Bot on 02 February 2024, 18:40:29 UTC
1 parent ab63e09
Raw File
update_mapintint_01.tzt
code { UPDATE } ;
input { Stack_elt int 1 ; Stack_elt (option int) (Some 12) ; Stack_elt (map int int) { Elt 1 3 ; Elt 5 2 } } ;
output { Stack_elt (map int int) { Elt 1 12 ; Elt 5 2 } }
back to top