aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/tests.lux
diff options
context:
space:
mode:
authorEduardo Julian2017-07-22 18:18:57 -0400
committerEduardo Julian2017-07-22 18:18:57 -0400
commita2615d3ac0b1ecf9e4b9e1e3f3a2797f62801bed (patch)
tree1b19d436c5160e5d6073c2b8fa72785be4d0b134 /stdlib/test/tests.lux
parenta878ffc5f8d71848db3f400bc3ebd40176c19973 (diff)
- Removed algebraic effects module. If you want effects, just go with finally-tagless approach.
Diffstat (limited to '')
-rw-r--r--stdlib/test/tests.lux3
1 files changed, 1 insertions, 2 deletions
diff --git a/stdlib/test/tests.lux b/stdlib/test/tests.lux
index 7eff48e75..be26d43fb 100644
--- a/stdlib/test/tests.lux
+++ b/stdlib/test/tests.lux
@@ -14,8 +14,7 @@
["_;" frp]
["_;" promise]
["_;" stm])
- (control ["_;" effect]
- ["_;" exception]
+ (control ["_;" exception]
["_;" interval]
["_;" pipe]
["_;" cont]