diff options
author | Eduardo Julian | 2018-05-10 21:42:17 -0400 |
---|---|---|
committer | Eduardo Julian | 2018-05-10 21:42:17 -0400 |
commit | a268b8e66fbb5ad51e053bbb9a334a6460602aed (patch) | |
tree | c5673273f149bf41174f297c74f142f5ab507dcb /stdlib/source/lux/data/format/json.lux | |
parent | 0594525aea5a62355838116a1408f7ce7a7ba0b4 (diff) |
- Some improvements and fixes for stdlib.
Diffstat (limited to 'stdlib/source/lux/data/format/json.lux')
-rw-r--r-- | stdlib/source/lux/data/format/json.lux | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/stdlib/source/lux/data/format/json.lux b/stdlib/source/lux/data/format/json.lux index c4dd43a1c..d960830db 100644 --- a/stdlib/source/lux/data/format/json.lux +++ b/stdlib/source/lux/data/format/json.lux @@ -19,10 +19,7 @@ (dictionary ["dict" unordered #+ Dict]))) [macro #+ Monad<Meta> with-gensyms] (macro ["s" syntax #+ syntax:] - [code] - [poly #+ poly:]) - (lang [type]) - )) + [code]))) (do-template [<name> <type>] [(type: #export <name> <type>)] |