aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/meta/annotation.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/meta/annotation.lux')
-rw-r--r--stdlib/source/test/lux/meta/annotation.lux51
1 files changed, 26 insertions, 25 deletions
diff --git a/stdlib/source/test/lux/meta/annotation.lux b/stdlib/source/test/lux/meta/annotation.lux
index 791e5759a..88ffb18d0 100644
--- a/stdlib/source/test/lux/meta/annotation.lux
+++ b/stdlib/source/test/lux/meta/annotation.lux
@@ -1,31 +1,32 @@
(.module:
- [lux #*
- ["_" test (#+ Test)]
- [abstract
- [monad (#+ do)]]
- [control
- ["." try (#+ Try)]]
- [data
- ["." product]
- ["." bit]
- ["." name ("#\." equivalence)]
- ["." text]
- [collection
- ["." list ("#\." functor)]]]
- [macro
- ["." code ("#\." equivalence)]]
- [math
- ["." random (#+ Random)]
- [number
- ["." nat]
- ["." int]
- ["." rev]
- ["." frac]]]]
- [\\
- ["." /]]
+ [library
+ [lux #*
+ ["_" test (#+ Test)]
+ [abstract
+ [monad (#+ do)]]
+ [control
+ ["." try (#+ Try)]]
+ [data
+ ["." product]
+ ["." bit]
+ ["." name ("#\." equivalence)]
+ ["." text]
+ [collection
+ ["." list ("#\." functor)]]]
+ [macro
+ ["." code ("#\." equivalence)]]
+ [math
+ ["." random (#+ Random)]
+ [number
+ ["." nat]
+ ["." int]
+ ["." rev]
+ ["." frac]]]]]
[///
[macro
- ["_." code]]])
+ ["_." code]]]
+ [\\library
+ ["." /]])
(def: random_key
(Random Name)