diff options
author | Eduardo Julian | 2017-11-14 23:57:15 -0400 |
---|---|---|
committer | Eduardo Julian | 2017-11-14 23:57:15 -0400 |
commit | 772ff99830d133b2e36ad1b09c66223ef1085c71 (patch) | |
tree | 66588cb41e82c1334e4a75f44ad6014a14fbc776 /stdlib | |
parent | a3b9b19231047ec6da8decfc7d45db0598622651 (diff) |
- Modified the syntax for module definitions.
- Fixed some bugs.
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/lux.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux.lux b/stdlib/source/lux.lux index d70318f83..407e895a3 100644 --- a/stdlib/source/lux.lux +++ b/stdlib/source/lux.lux @@ -4788,7 +4788,7 @@ imports) =meta (process-def-meta (list& [(` #;imports) (` [(~@ =imports)])] _meta)) - =module (` (;_lux_module [(~ cursor-code) + =module (` ("lux module" [(~ cursor-code) (#;Record (~ =meta))]))]] (wrap (#;Cons =module =refers)))) |