aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/target/common_lisp.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/target/common_lisp.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/library/lux/target/common_lisp.lux b/stdlib/source/library/lux/target/common_lisp.lux
index 9714e7743..d57cb51c9 100644
--- a/stdlib/source/library/lux/target/common_lisp.lux
+++ b/stdlib/source/library/lux/target/common_lisp.lux
@@ -1,11 +1,11 @@
(.module:
[library
- [lux (#- Code int if cond or and comment let)
+ [lux {"-" [Code int if cond or and comment let]}
[control
- [pipe (#+ case> cond> new>)]]
+ [pipe {"+" [case> cond> new>]}]]
[data
["." text
- ["%" format (#+ format)]]
+ ["%" format {"+" [format]}]]
[collection
["." list ("#\." monad monoid)]]]
[macro