aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/macro/poly/json.lux
diff options
context:
space:
mode:
authorEduardo Julian2018-05-13 01:13:10 -0400
committerEduardo Julian2018-05-13 01:13:10 -0400
commitf59d42c7a9ad26014c9ff893d53336a0e5d8c7d3 (patch)
treeb45da7933fc0a97087da938ea16727b023d83b32 /stdlib/source/lux/macro/poly/json.lux
parent38742d7c110f5a28f9ea4aec117cc531ac6c9b5e (diff)
- Re-named ".../eq" modules to ".../equality".
- Other minor improvements.
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/macro/poly/json.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/macro/poly/json.lux b/stdlib/source/lux/macro/poly/json.lux
index 51a996c4c..1bf0cba96 100644
--- a/stdlib/source/lux/macro/poly/json.lux
+++ b/stdlib/source/lux/macro/poly/json.lux
@@ -1,7 +1,7 @@
(.module: {#.doc "Codecs for values in the JSON format."}
lux
(lux (control [monad #+ do Monad]
- [eq #+ Eq]
+ [equality #+ Eq]
codec
["p" parser "p/" Monad<Parser>])
(data [bool]