aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/concurrency/actor.lux
diff options
context:
space:
mode:
authorEduardo Julian2017-04-11 00:01:51 -0400
committerEduardo Julian2017-04-11 00:01:51 -0400
commite74edcf1040303a7c25d34bbfb391a75f011a4ac (patch)
tree2d858e6ec89bce60bab85e6b8a1a55da9e003c8b /stdlib/source/lux/concurrency/actor.lux
parentcb792cb800790e89b371832e46cfe958b7c683d0 (diff)
- Fused the lux/compiler and lux/macro modules.
Diffstat (limited to 'stdlib/source/lux/concurrency/actor.lux')
-rw-r--r--stdlib/source/lux/concurrency/actor.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/concurrency/actor.lux b/stdlib/source/lux/concurrency/actor.lux
index 281e42fdd..f60bb61b4 100644
--- a/stdlib/source/lux/concurrency/actor.lux
+++ b/stdlib/source/lux/concurrency/actor.lux
@@ -8,7 +8,7 @@
(coll [list "List/" Monoid<List> Monad<List>])
[product]
[number "Nat/" Codec<Text,Nat>])
- [compiler #+ with-gensyms]
+ [macro #+ with-gensyms]
(macro [ast]
["s" syntax #+ syntax: Syntax]
(syntax [common]))