From cb792cb800790e89b371832e46cfe958b7c683d0 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 10 Apr 2017 23:38:07 -0400 Subject: - Move the modules under lux/function/* to be under lux/control/*. --- stdlib/test/tests.lux | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'stdlib/test/tests.lux') diff --git a/stdlib/test/tests.lux b/stdlib/test/tests.lux index 931a89e28..4cb00c4a7 100644 --- a/stdlib/test/tests.lux +++ b/stdlib/test/tests.lux @@ -9,10 +9,6 @@ (lux ["_;" cli] ["_;" host] ["_;" io] - (function ["_;" cont] - ["_;" reader] - ["_;" state] - ["_;" thunk]) (concurrency ["_;" actor] ["_;" atom] ["_;" frp] @@ -20,7 +16,11 @@ ["_;" stm]) (control ["_;" effect] ["_;" interval] - ["_;" pipe]) + ["_;" pipe] + ["_;" cont] + ["_;" reader] + ["_;" state] + ["_;" thunk]) (data ["_;" bit] ["_;" bool] ["_;" char] -- cgit v1.2.3