aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/control/concurrency/semaphore.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/control/concurrency/semaphore.lux')
-rw-r--r--stdlib/source/library/lux/control/concurrency/semaphore.lux7
1 files changed, 4 insertions, 3 deletions
diff --git a/stdlib/source/library/lux/control/concurrency/semaphore.lux b/stdlib/source/library/lux/control/concurrency/semaphore.lux
index db74c0728..2b6b0692f 100644
--- a/stdlib/source/library/lux/control/concurrency/semaphore.lux
+++ b/stdlib/source/library/lux/control/concurrency/semaphore.lux
@@ -17,9 +17,10 @@
[number
["n" nat]
["i" int]]]
- [type
- ["[0]" primitive (.except)]
- ["[0]" refinement]]]]
+ [meta
+ [type
+ ["[0]" primitive (.except)]
+ ["[0]" refinement]]]]]
[//
["[0]" atom (.only Atom)]
["[0]" async (.only Async Resolver)]])