Recompile

This commit is contained in:
Bruce Hill 2019-02-02 19:33:14 -08:00
parent 84f3ae76ab
commit 26f38550ae

View File

@ -326,6 +326,7 @@ local compliments = setmetatable({ }, {
__mode = 'k' __mode = 'k'
}) })
_undict_mt = { _undict_mt = {
__type = "an Inverse Dict",
__index = function(self, k) __index = function(self, k)
return not compliments[self][k] and true or nil return not compliments[self][k] and true or nil
end, end,