aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/type/poly/json.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/type/poly/json.lux')
-rw-r--r--stdlib/source/test/lux/type/poly/json.lux18
1 files changed, 9 insertions, 9 deletions
diff --git a/stdlib/source/test/lux/type/poly/json.lux b/stdlib/source/test/lux/type/poly/json.lux
index f5bc61ab0..75d7c3808 100644
--- a/stdlib/source/test/lux/type/poly/json.lux
+++ b/stdlib/source/test/lux/type/poly/json.lux
@@ -1,12 +1,12 @@
(.module:
[library
- [lux (#- Variant Record)
- ["_" test (#+ Test)]
+ [lux {"-" [Variant Record]}
+ ["_" test {"+" [Test]}]
["." debug]
[abstract
codec
- [monad (#+ do)]
- ["." equivalence (#+ Equivalence)
+ [monad {"+" [do]}]
+ ["." equivalence {"+" [Equivalence]}
["poly/#" \\poly]]
[\\specification
["$." equivalence]
@@ -16,23 +16,23 @@
["." try]
["p" parser
... TODO: Get rid of this import ASAP
- [json (#+)]]]
+ [json {"+" []}]]]
[data
["." bit]
["." text]
[format
- [json (#+)
+ [json {"+" []}
[\\poly
["." /]]]]
[collection
- [row (#+ row)]
+ [row {"+" [row]}]
["d" dictionary]
["." list]]]
[type
- [poly (#+ derived:)]
+ [poly {"+" [derived:]}]
["." unit]]
[math
- ["." random (#+ Random)]
+ ["." random {"+" [Random]}]
[number
["n" nat]
["." frac]]]