Mon, 14 Sep 2009 00:16:13 +0300
fixes
module("tuple") function fst(a, b) return a end function snd(a, b) return b end