diff --git a/stdlib/types.lua b/stdlib/types.lua index 0edbd67..128c1be 100644 --- a/stdlib/types.lua +++ b/stdlib/types.lua @@ -56,7 +56,7 @@ types.lua = { end return { type = "list", - value = val + value = l } end }