aboutsummaryrefslogtreecommitdiff
path: root/lib/compatibility/5.13.nom
diff options
context:
space:
mode:
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)