From ea20cbf9d1e9226da7a8d060c7e30e8ab815436d Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 15 Sep 2019 22:02:27 -0400 Subject: Implemented mixin-style function composition. --- stdlib/source/test/lux.lux | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'stdlib/source/test') 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 -- cgit v1.2.3