Sun, 13 Sep 2009 22:22:47 +0300
Improvements
module("tuple") function fst(a, b) return a end function snd(a, b) return b end