aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/tool/compiler/meta/archive/artifact/category.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/tool/compiler/meta/archive/artifact/category.lux')
-rw-r--r--stdlib/source/test/lux/tool/compiler/meta/archive/artifact/category.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/test/lux/tool/compiler/meta/archive/artifact/category.lux b/stdlib/source/test/lux/tool/compiler/meta/archive/artifact/category.lux
index 2f8086595..af39aec3d 100644
--- a/stdlib/source/test/lux/tool/compiler/meta/archive/artifact/category.lux
+++ b/stdlib/source/test/lux/tool/compiler/meta/archive/artifact/category.lux
@@ -10,7 +10,7 @@
[\\library
["[0]" /]])
-(def: random_definition
+(def random_definition
(Random /.Definition)
(all random.and
(random.lower_case 1)
@@ -22,7 +22,7 @@
))
))
-(def: .public random
+(def .public random
(Random /.Category)
(all random.or
(random#in [])
@@ -34,7 +34,7 @@
(random.lower_case 6)
))
-(def: .public test
+(def .public test
Test
(<| (_.covering /._)
(_.for [/.Category])