aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test
diff options
context:
space:
mode:
authorEduardo Julian2019-09-15 22:02:27 -0400
committerEduardo Julian2019-09-15 22:02:27 -0400
commitea20cbf9d1e9226da7a8d060c7e30e8ab815436d (patch)
tree9caef11a8e7c44c7c0ff05d9cc177daccdb87b60 /stdlib/source/test
parent9ad08a087e22502e337fbde1b0adecb3f7d3e7eb (diff)
Implemented mixin-style function composition.
Diffstat (limited to 'stdlib/source/test')
-rw-r--r--stdlib/source/test/lux.lux10
1 files changed, 6 insertions, 4 deletions
diff --git a/stdlib/source/test/lux.lux b/stdlib/source/test/lux.lux
index db3a84ce7..22208adcc 100644
--- a/stdlib/source/test/lux.lux
+++ b/stdlib/source/test/lux.lux
@@ -3,9 +3,10 @@
[structure (#+)]
[function (#+)]
[reference (#+)]
- [case (#+)]
- [loop (#+)]
- [extension (#+)])]
+ ## [case (#+)]
+ ## [loop (#+)]
+ ## [extension (#+)]
+ )]
(.module:
["/" lux #*
[abstract
@@ -13,7 +14,8 @@
[predicate (#+ Predicate)]]
[control
["." io (#+ io)]
- ["." function]
+ ["." function
+ [mixin (#+)]]
[parser
[cli (#+ program:)]]]
[data