aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/target/lua.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/target/lua.lux')
-rw-r--r--stdlib/source/library/lux/target/lua.lux12
1 files changed, 6 insertions, 6 deletions
diff --git a/stdlib/source/library/lux/target/lua.lux b/stdlib/source/library/lux/target/lua.lux
index 52ef6597f..f06c47ee4 100644
--- a/stdlib/source/library/lux/target/lua.lux
+++ b/stdlib/source/library/lux/target/lua.lux
@@ -1,22 +1,22 @@
(.module:
[library
- [lux {"-" [Location Code Label int if cond function or and not let ^ local]}
+ [lux {"-" Location Code Label int if cond function or and not let ^ local}
["@" target]
[abstract
- [equivalence {"+" [Equivalence]}]
- [hash {"+" [Hash]}]
+ [equivalence {"+" Equivalence}]
+ [hash {"+" Hash}]
["[0]" enum]]
[control
- [pipe {"+" [case> cond> new>]}]
+ [pipe {"+" case> cond> new>}]
[parser
["<[0]>" code]]]
[data
["[0]" text
- ["%" format {"+" [format]}]]
+ ["%" format {"+" format}]]
[collection
["[0]" list ("[1]#[0]" functor mix)]]]
[macro
- [syntax {"+" [syntax:]}]
+ [syntax {"+" syntax:}]
["[0]" template]
["[0]" code]]
[math