From 158082e87ea1d178604e2717aa9d857fcfe9d0e4 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sun, 13 Mar 2022 13:09:23 +0100 Subject: [PATCH] Support method of super --- src/babashka/impl/reify.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/babashka/impl/reify.clj b/src/babashka/impl/reify.clj index 4a886238..f9f5895a 100644 --- a/src/babashka/impl/reify.clj +++ b/src/babashka/impl/reify.clj @@ -120,7 +120,8 @@ equiv [[this x]]} clojure.lang.IReduce - {reduce [[this f]]} + {reduce [[this f] + [this f initial]]} clojure.lang.IReduceInit {reduce [[this f initial]]}