aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/type/abstract.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/type/abstract.lux')
-rw-r--r--stdlib/source/library/lux/type/abstract.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/library/lux/type/abstract.lux b/stdlib/source/library/lux/type/abstract.lux
index e5eecf50b..7b8290f11 100644
--- a/stdlib/source/library/lux/type/abstract.lux
+++ b/stdlib/source/library/lux/type/abstract.lux
@@ -48,7 +48,7 @@
{.#End})
(template: (!peek <source> <reference> <then>)
- [(loop [entries <source>]
+ [(loop (again [entries <source>])
(case entries
{.#Item [head_name head] tail}
(if (text#= <reference> head_name)
@@ -106,7 +106,7 @@
(..peek! {.#Some name}))
(template: (!push <source> <reference> <then>)
- [(loop [entries <source>]
+ [(loop (again [entries <source>])
(case entries
{.#Item [head_name head] tail}
(if (text#= <reference> head_name)