tuple.lua

Sun, 06 Sep 2020 22:29:08 +0300

author
Tuomo Valkonen <tuomov@iki.fi>
date
Sun, 06 Sep 2020 22:29:08 +0300
changeset 36
6e3c3dd86b2f
parent 35
2f927eae429b
permissions
-rw-r--r--

enable markdown-it-checkbox


--@module tuple
local tuple={}

function tuple.fst(a, b)
    return a
end

function tuple.snd(a, b)
    return b
end

return tuple

mercurial