aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/control/concurrency/stm.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/control/concurrency/stm.lux')
-rw-r--r--stdlib/source/lux/control/concurrency/stm.lux3
1 files changed, 2 insertions, 1 deletions
diff --git a/stdlib/source/lux/control/concurrency/stm.lux b/stdlib/source/lux/control/concurrency/stm.lux
index fce9cbd82..9d97b389f 100644
--- a/stdlib/source/lux/control/concurrency/stm.lux
+++ b/stdlib/source/lux/control/concurrency/stm.lux
@@ -4,7 +4,8 @@
[functor (#+ Functor)]
[apply (#+ Apply)]
["." monad (#+ do Monad)]]
- ["." io (#+ IO io)]
+ [control
+ ["." io (#+ IO io)]]
[data
["." product]
["." maybe]