Mon, 20 Apr 2020 11:48:40 -0500
Support Pandoc rendering
--@module tuple local tuple={} function tuplefst(a, b) return a end function tuple.snd(a, b) return b end return tuple