aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/control/concurrency/semaphore.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/control/concurrency/semaphore.lux3
1 files changed, 2 insertions, 1 deletions
diff --git a/stdlib/source/lux/control/concurrency/semaphore.lux b/stdlib/source/lux/control/concurrency/semaphore.lux
index 1159e41e6..fab5d4498 100644
--- a/stdlib/source/lux/control/concurrency/semaphore.lux
+++ b/stdlib/source/lux/control/concurrency/semaphore.lux
@@ -2,7 +2,8 @@
[lux #*
[abstract
[monad (#+ do)]]
- ["." io (#+ IO)]
+ [control
+ ["." io (#+ IO)]]
[type
abstract
["." refinement]]]