diff options
author | Eduardo Julian | 2019-05-12 00:10:07 -0400 |
---|---|---|
committer | Eduardo Julian | 2019-05-12 00:10:07 -0400 |
commit | 9e6c63e80d3a25db4f2dbc9cef5439b59f03ee0a (patch) | |
tree | 362612f4a4453af0b4adf4c8cd7db5b1abba9e21 /stdlib/source/lux/data/format/json.lux | |
parent | 40b78c71285776659191e2df56da33b594879266 (diff) |
Adjusted the analysis to the changes in the interop layer.
Diffstat (limited to 'stdlib/source/lux/data/format/json.lux')
-rw-r--r-- | stdlib/source/lux/data/format/json.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/data/format/json.lux b/stdlib/source/lux/data/format/json.lux index 1bbdc4ee0..219f7cd9b 100644 --- a/stdlib/source/lux/data/format/json.lux +++ b/stdlib/source/lux/data/format/json.lux @@ -356,4 +356,4 @@ (structure: #export codec (Codec Text JSON) (def: encode ..format) - (def: decode (function (_ input) (l.run input (json~' []))))) + (def: decode (l.run (json~' [])))) |