From a268b8e66fbb5ad51e053bbb9a334a6460602aed Mon Sep 17 00:00:00 2001
From: Eduardo Julian
Date: Thu, 10 May 2018 21:42:17 -0400
Subject: - Some improvements and fixes for stdlib.
---
stdlib/source/lux/data/format/json.lux | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
(limited to 'stdlib/source/lux/data/format/json.lux')
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 with-gensyms]
(macro ["s" syntax #+ syntax:]
- [code]
- [poly #+ poly:])
- (lang [type])
- ))
+ [code])))
(do-template [ ]
[(type: #export )]
--
cgit v1.2.3