aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/collection/row.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/data/collection/row.lux7
1 files changed, 3 insertions, 4 deletions
diff --git a/stdlib/source/lux/data/collection/row.lux b/stdlib/source/lux/data/collection/row.lux
index 2248abb83..e7780b6f9 100644
--- a/stdlib/source/lux/data/collection/row.lux
+++ b/stdlib/source/lux/data/collection/row.lux
@@ -1,6 +1,5 @@
(.module:
[lux #*
- [meta (#+ with_gensyms)]
["@" target]
[abstract
[functor (#+ Functor)]
@@ -21,9 +20,9 @@
[collection
["." list ("#\." fold functor monoid)]
["." array (#+ Array) ("#\." functor fold)]]]
- [macro
- ["." code]
- [syntax (#+ syntax:)]]
+ [macro (#+ with_gensyms)
+ [syntax (#+ syntax:)]
+ ["." code]]
[math
[number
["." i64]