aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/module/descriptor/annotation.lux
diff options
context:
space:
mode:
authorEduardo Julian2017-05-07 14:30:48 -0400
committerEduardo Julian2017-05-07 14:30:48 -0400
commitdb697bb636e2341d26bb188cc1b9981a1ab505d7 (patch)
treea1de1c7b0e48df4496e0e9183f485de7c341286c /new-luxc/source/luxc/module/descriptor/annotation.lux
parent4744552df1f1285d600a13ed0a3cf8be2f336030 (diff)
- Changed the name of "let%" to "with-expansions".
Diffstat (limited to 'new-luxc/source/luxc/module/descriptor/annotation.lux')
-rw-r--r--new-luxc/source/luxc/module/descriptor/annotation.lux7
1 files changed, 4 insertions, 3 deletions
diff --git a/new-luxc/source/luxc/module/descriptor/annotation.lux b/new-luxc/source/luxc/module/descriptor/annotation.lux
index 9a687e02a..d5e0d8000 100644
--- a/new-luxc/source/luxc/module/descriptor/annotation.lux
+++ b/new-luxc/source/luxc/module/descriptor/annotation.lux
@@ -64,9 +64,10 @@
(def: ann-value-decoder
(l;Lexer Ann-Value)
- (let% [<simple> (do-template [<tag> <lexer> <signal>]
- [(do l;Monad<Lexer>
- [])])]
+ (with-expansions
+ [<simple> (do-template [<tag> <lexer> <signal>]
+ [(do l;Monad<Lexer>
+ [])])]
($_ l;either
<simple>
(|> ... (l;after (l;text bool-signal)))