diff options
author | Eduardo Julian | 2017-11-15 22:30:57 -0400 |
---|---|---|
committer | Eduardo Julian | 2017-11-15 22:30:57 -0400 |
commit | f11c10f72d003555d76c9803954e2bd8b347362d (patch) | |
tree | f484e9876e6a4d5bba9098315155d7d898766bc9 /stdlib/source/lux/concurrency/actor.lux | |
parent | 53ccae1625d46cf57247b9fb1cb9f4c28b0a0ad4 (diff) |
- Moved "/type/*" to from "lux/meta/" to "lux/".
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/lux/concurrency/actor.lux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/lux/concurrency/actor.lux b/stdlib/source/lux/concurrency/actor.lux index fea0ca422..7d5c41583 100644 --- a/stdlib/source/lux/concurrency/actor.lux +++ b/stdlib/source/lux/concurrency/actor.lux @@ -12,8 +12,8 @@ ["s" syntax #+ syntax: Syntax] (syntax ["cs" common] (common ["csr" reader] - ["csw" writer])) - (type opaque)) + ["csw" writer]))) + (type opaque) (lang [type])) (.. ["A" atom] ["P" promise "P/" Monad<Promise>] |