From 65b39c7d66244d275ad75c734bc42b0588379bfb Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 1 Apr 2017 21:18:02 -0400 Subject: - Some refactorings, new types & functions, and moved the lux/effect module to lux/control/effect. --- stdlib/test/tests.lux | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'stdlib/test/tests.lux') diff --git a/stdlib/test/tests.lux b/stdlib/test/tests.lux index ffe0628bf..2a7615dac 100644 --- a/stdlib/test/tests.lux +++ b/stdlib/test/tests.lux @@ -22,8 +22,8 @@ ["_;" frp] ["_;" promise] ["_;" stm]) - (control ["_;" interval]) - ["_;" effect] + (control ["_;" effect] + ["_;" interval]) (data [bit] [bool] [char] @@ -47,7 +47,7 @@ [set] [ordered] [stack] - ## [vector] + [vector] (tree [rose] [zipper]) ["_;" seq] @@ -55,10 +55,11 @@ (text [format]) ) ["_;" math] - (math ## ["_;" random] - ["_;" simple] + (math ["_;" simple] (logic ["_;" continuous] - ["_;" fuzzy])) + ["_;" fuzzy]) + ## ["_;" random] + ) ## ["_;" macro] (macro ["_;" ast] ["_;" syntax] @@ -68,8 +69,7 @@ ["_;" type] (type ["_;" check] ["_;" auto]) - ) - )) + ))) ## [Program] (program: args -- cgit v1.2.3