From 2feeb0f34d68326722f0f3a06199d1e75256a2cc Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Thu, 15 Dec 2016 01:54:08 -0400 Subject: - Added tests for lux/codata/cont. --- stdlib/test/tests.lux | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'stdlib/test/tests.lux') diff --git a/stdlib/test/tests.lux b/stdlib/test/tests.lux index ef94dca90..85cce3d9f 100644 --- a/stdlib/test/tests.lux +++ b/stdlib/test/tests.lux @@ -17,14 +17,16 @@ ["_;" lexer] ["_;" regex] (codata ["_;" io] - [env] - [state] - (struct [stream])) + ["_;" env] + ["_;" state] + ["_;" cont] + (struct ["_;" stream])) (concurrency [actor] ["_;" atom] [frp] ["_;" promise] [stm]) + (data [bit] [bool] [char] @@ -65,8 +67,7 @@ ## (control [effect]) ) ) - ## (lux (codata [cont]) - ## (macro [poly] + ## (lux (macro [poly] ## (poly ["poly_;" eq] ## ["poly_;" text-encoder] ## ["poly_;" functor]))) -- cgit v1.2.3