tuple.lua

Sun, 06 Aug 2023 21:12:43 +0300

author
Tuomo Valkonen <tuomov@iki.fi>
date
Sun, 06 Aug 2023 21:12:43 +0300
changeset 43
20606bf1a6a0
parent 35
2f927eae429b
permissions
-rw-r--r--

Load markdown-it-container


--@module tuple
local tuple={}

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

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

return tuple

mercurial