Mercurial
>
repos
>
lgen
/ file comparison
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
file
latest
revisions
annotate
diff
comparison
raw
comparison: tuple.lua
tuple.lua
changeset 2
3975fa5ed630
child 7
038275cd92ed
equal
deleted
inserted
replaced
1:e2face1be50e
2:3975fa5ed630
1
2
module("tuple")
3
4
function fst(a, b)
5
return a
6
end
7
8
function snd(a, b)
9
return b
10
end