Mon, 31 Mar 2025 16:19:17 -0500
bib insertion plugin
--@module tuple local tuple={} function tuple.fst(a, b) return a end function tuple.snd(a, b) return b end return tuple