diff options
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/lux/host.old.lux | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/lux/host.old.lux b/stdlib/source/lux/host.old.lux index 95e2cb1ed..0d95d6e9e 100644 --- a/stdlib/source/lux/host.old.lux +++ b/stdlib/source/lux/host.old.lux @@ -19,10 +19,10 @@ [collection ["." array (#+ Array)] ["." list ("#\." monad fold monoid)]]] - [macro - ["." code] - [syntax (#+ syntax:)]] - ["." meta (#+ with_gensyms) + [macro (#+ with_gensyms) + [syntax (#+ syntax:)] + ["." code]] + ["." meta ["." annotation]]]) (template [<name> <op> <from> <to>] |