aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/format/json.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/data/format/json.lux')
-rw-r--r--stdlib/source/lux/data/format/json.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/lux/data/format/json.lux b/stdlib/source/lux/data/format/json.lux
index 34fcf4dfb..beb5eca8d 100644
--- a/stdlib/source/lux/data/format/json.lux
+++ b/stdlib/source/lux/data/format/json.lux
@@ -7,7 +7,8 @@
codec]
[control
pipe
- ["p" parser (#+ Parser) ("#@." monad)]
+ ["p" parser (#+ Parser) ("#@." monad)
+ ["l" text]]
["ex" exception (#+ exception:)]]
[data
["." bit]
@@ -17,8 +18,7 @@
["." product]
[number
["." frac ("#@." decimal)]]
- ["." text ("#@." equivalence monoid)
- ["l" lexer]]
+ ["." text ("#@." equivalence monoid)]
[collection
["." list ("#@." fold monad)]
["." row (#+ Row row) ("#@." monad)]