aboutsummaryrefslogtreecommitdiff
path: root/lib/compatibility/5.13.nom
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-03-20 16:16:41 -0700
committerBruce Hill <bruce@bruce-hill.com>2019-03-20 16:16:41 -0700
commit938adbfe446e7f4a4e45b9dd27b5cf2e7ee4070c (patch)
tree1a28126609a6d2ad3acabfa044aea106f0abf10b /lib/compatibility/5.13.nom
parente665d9725c4bb02f4c18d16527367f424cb880fa (diff)
Switching more verbose ("Action" tree with "foo" $x) syntax to `(foo
`$x) when possible
Diffstat (limited to 'lib/compatibility/5.13.nom')
-rw-r--r--lib/compatibility/5.13.nom4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/compatibility/5.13.nom b/lib/compatibility/5.13.nom
index c2ab90e..3073fdf 100644
--- a/lib/compatibility/5.13.nom
+++ b/lib/compatibility/5.13.nom
@@ -17,6 +17,6 @@ upgrade action "with" to "5.13" via
when:
(($a.type == "DictEntry") and (#$a == 1)): $a = $a.1
(all of [$a.type == "DictEntry", #$a == 2]):
- $a = ("Action" tree with $a.1 "=" $a.2)
+ $a = `(`$a.1 = `$a.2)
$new_assignments.$i = $a
- return ("Action" tree with "with" $new_assignments $body)
+ return `(with `$new_assignments `$body)