aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/math/infix.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/math/infix.lux')
-rw-r--r--stdlib/source/test/lux/math/infix.lux25
1 files changed, 13 insertions, 12 deletions
diff --git a/stdlib/source/test/lux/math/infix.lux b/stdlib/source/test/lux/math/infix.lux
index 29a3cfcab..2dafd35aa 100644
--- a/stdlib/source/test/lux/math/infix.lux
+++ b/stdlib/source/test/lux/math/infix.lux
@@ -1,16 +1,17 @@
(.module:
- [lux #*
- ["_" test (#+ Test)]
- [abstract
- [monad (#+ do)]]
- [data
- ["." bit ("#\." equivalence)]]
- [math
- ["." random]
- [number
- ["n" nat]
- ["f" frac]]]]
- [\\
+ [library
+ [lux #*
+ ["_" test (#+ Test)]
+ [abstract
+ [monad (#+ do)]]
+ [data
+ ["." bit ("#\." equivalence)]]
+ [math
+ ["." random]
+ [number
+ ["n" nat]
+ ["f" frac]]]]]
+ [\\library
["." /
["." //]]])