ligo/src/test/contracts/tuple_param_destruct.mligo
John David Pressman dcfc8d6391 Horrible hack to rewrite CST for tuple param destruct,
Fails because Let In doesn't support multi-bind
2019-12-29 01:24:22 +00:00

2 lines
51 B
Plaintext

let sum (result, i : int * int) : int = result + i