aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/macro/template.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/macro/template.lux12
1 files changed, 3 insertions, 9 deletions
diff --git a/stdlib/source/library/lux/macro/template.lux b/stdlib/source/library/lux/macro/template.lux
index 3da90c053..2f690935b 100644
--- a/stdlib/source/library/lux/macro/template.lux
+++ b/stdlib/source/library/lux/macro/template.lux
@@ -114,15 +114,9 @@
(^template [<tag>]
[[meta (<tag> elems)]
[meta (<tag> (list\each (applied env) elems))]])
- ([#.Tuple]
- [#.Form])
-
- [meta (#.Record members)]
- [meta (#.Record (list\each (: (-> [Code Code] [Code Code])
- (function (_ [key value])
- [(applied env key)
- (applied env value)]))
- members))]
+ ([#.Form]
+ [#.Variant]
+ [#.Tuple])
_
template))