diff options
author | Eduardo Julian | 2022-06-12 13:33:48 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-06-12 13:33:48 -0400 |
commit | 8c3a1afab9efeb86e2f53d743551fc689fbad257 (patch) | |
tree | 396b2fd29bac407544d2136a0d9e6e3b8b2c30af /stdlib/source/library/lux/extension.lux | |
parent | 9c21fd1f33eb52fb971d493ad21a67036d68b841 (diff) |
De-sigil-ification: suffix : [Part 4]
Diffstat (limited to 'stdlib/source/library/lux/extension.lux')
-rw-r--r-- | stdlib/source/library/lux/extension.lux | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/library/lux/extension.lux b/stdlib/source/library/lux/extension.lux index 90033a988..51ca6a3d3 100644 --- a/stdlib/source/library/lux/extension.lux +++ b/stdlib/source/library/lux/extension.lux @@ -62,8 +62,8 @@ ((~! phase.failure) (~ g!error))) )))))))))] - [<c>.any <c>.end <c>.and <c>.result "lux def analysis" analysis:] - [<a>.any <a>.end <a>.and <a>.result "lux def synthesis" synthesis:] - [<s>.any <s>.end <s>.and <s>.result "lux def generation" generation:] - [<c>.any <c>.end <c>.and <c>.result "lux def directive" directive:] + [<c>.any <c>.end <c>.and <c>.result "lux def analysis" analysis] + [<a>.any <a>.end <a>.and <a>.result "lux def synthesis" synthesis] + [<s>.any <s>.end <s>.and <s>.result "lux def generation" generation] + [<c>.any <c>.end <c>.and <c>.result "lux def directive" directive] ) |