m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/good/tupleAdd.mim
blob: 807215b08da16f81fce215dc67e80a4aecea7f39 (plain)
1
2
3
4
(let (add xy : {Int Int})
  (+ xy.1 xy.2)
  (add {1 3}))