aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/type/poly.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/type/poly.lux')
-rw-r--r--stdlib/source/test/lux/type/poly.lux28
1 files changed, 14 insertions, 14 deletions
diff --git a/stdlib/source/test/lux/type/poly.lux b/stdlib/source/test/lux/type/poly.lux
index 5f0229c06..0850116fb 100644
--- a/stdlib/source/test/lux/type/poly.lux
+++ b/stdlib/source/test/lux/type/poly.lux
@@ -1,20 +1,20 @@
(.using
- [library
- [lux "*"
- ["_" test {"+" Test}]]]
- [\\library
- ["[0]" /]]
- ["[0]" / "_"
- ["[1][0]" equivalence]
- ["[1][0]" functor]
- ["[1][0]" json]])
+ [library
+ [lux "*"
+ ["_" test {"+" Test}]]]
+ [\\library
+ ["[0]" /]]
+ ["[0]" / "_"
+ ["[1][0]" equivalence]
+ ["[1][0]" functor]
+ ["[1][0]" json]])
(def: .public test
Test
(<| (_.covering /._)
(_.for [/.poly: /.code])
- ($_ _.and
- /equivalence.test
- /functor.test
- /json.test
- )))
+ (all _.and
+ /equivalence.test
+ /functor.test
+ /json.test
+ )))