m-chrzan.xyz
index
:
schmim
master
Interpreter for a simple typed lisp
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
good
/
tupleAdd.mim
blob: 807215b08da16f81fce215dc67e80a4aecea7f39 (
plain
)
1
2
3
4
(let (add xy : {Int Int}) (+ xy.1 xy.2) (add {1 3}))