aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/program.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/program.lux3
1 files changed, 1 insertions, 2 deletions
diff --git a/stdlib/source/lux/program.lux b/stdlib/source/lux/program.lux
index 209a95221..55e9ec9b0 100644
--- a/stdlib/source/lux/program.lux
+++ b/stdlib/source/lux/program.lux
@@ -1,6 +1,5 @@
(.module:
[lux #*
- [meta (#+ with_gensyms)]
["@" target]
[abstract
[monad (#+ do)]]
@@ -15,7 +14,7 @@
["." text]
[collection
["." list ("#\." monad)]]]
- [macro
+ [macro (#+ with_gensyms)
[syntax (#+ syntax:)]
["." code]]])