From db697bb636e2341d26bb188cc1b9981a1ab505d7 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 7 May 2017 14:30:48 -0400 Subject: - Changed the name of "let%" to "with-expansions". --- new-luxc/source/luxc/module/descriptor/annotation.lux | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'new-luxc/source/luxc/module/descriptor/annotation.lux') 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% [ (do-template [ ] - [(do l;Monad - [])])] + (with-expansions + [ (do-template [ ] + [(do l;Monad + [])])] ($_ l;either (|> ... (l;after (l;text bool-signal))) -- cgit v1.2.3