diff options
author | Eduardo Julian | 2017-11-27 02:34:07 -0400 |
---|---|---|
committer | Eduardo Julian | 2017-11-27 02:34:07 -0400 |
commit | 8003796cce911fa7c4958a83a2c55e6cbe16c8aa (patch) | |
tree | d959350213f80c48e98934064a240617486e3200 /stdlib/source/lux/lang | |
parent | d6a7a133c5c4a734ab45e9497c8e5df749ce383a (diff) |
- Got rid of even more dots.
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/lux/lang/syntax.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/lang/syntax.lux b/stdlib/source/lux/lang/syntax.lux index a0d65cc89..49e27aecd 100644 --- a/stdlib/source/lux/lang/syntax.lux +++ b/stdlib/source/lux/lang/syntax.lux @@ -582,7 +582,7 @@ (-> Text Aliases Cursor (l;Lexer [Cursor Code])) (do p;Monad<Parser> [[value length] <lexer>] - (wrap [(update@ #;column (|>. ($_ n/+ <extra> length)) where) + (wrap [(update@ #;column (|>> ($_ n/+ <extra> length)) where) [where (<tag> value)]])))] [symbol #;Symbol (ident^ current-module aliases) +0] |