diff options
author | Eduardo Julian | 2017-04-11 00:01:51 -0400 |
---|---|---|
committer | Eduardo Julian | 2017-04-11 00:01:51 -0400 |
commit | e74edcf1040303a7c25d34bbfb391a75f011a4ac (patch) | |
tree | 2d858e6ec89bce60bab85e6b8a1a55da9e003c8b /stdlib/source/lux/concurrency/actor.lux | |
parent | cb792cb800790e89b371832e46cfe958b7c683d0 (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.lux | 2 |
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])) |