diff options
Diffstat (limited to 'stdlib/source/format')
-rw-r--r-- | stdlib/source/format/lux/data/text.lux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/format/lux/data/text.lux b/stdlib/source/format/lux/data/text.lux index 6dda0729b..531bd282b 100644 --- a/stdlib/source/format/lux/data/text.lux +++ b/stdlib/source/format/lux/data/text.lux @@ -50,7 +50,7 @@ (def .public format (syntax (_ [fragments (<>.many <code>.any)]) - (in (.list (` (all "lux text concat" (~+ fragments))))))) + (in (.list (` (all "lux text concat" (,* fragments))))))) (with_template [<name> <type> <formatter>] [(def .public <name> @@ -87,7 +87,7 @@ (Format <type>) (at <codec> encoded))] - (~~ (template.spliced <format>,<codec>))))] + (,, (template.spliced <format>,<codec>))))] [Nat [[nat_2 nat.binary] |