diff options
author | Eduardo Julian | 2022-06-30 22:53:23 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-06-30 22:53:23 -0400 |
commit | a8d76e48df01d0f5326faa8456797f91cb2cbeba (patch) | |
tree | 7a7a3d1e934a694e1cc4e3246dc21c2fe3093cf3 /stdlib/source/format | |
parent | 565fe5a2e60ff3c6b612031d1c3bb89f330751da (diff) |
Alternative names for (un)quoting macros.
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 bae5e1263..af6e502b6 100644 --- a/stdlib/source/format/lux/data/text.lux +++ b/stdlib/source/format/lux/data/text.lux @@ -36,8 +36,8 @@ ["<[1]>" \\parser (.only Parser)]]] [meta ["[0]" location] - ["[0]" symbol]] - ["[0]" type]]]) + ["[0]" symbol] + ["[0]" type]]]]) (.type .public (Format a) (-> a Text)) |