You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@michaellindon you probably forgot to require cats.builtin. Trying requiring it to see if that gets you going. Your stack trace is reproducible if you only pull the core library and not builtin
I'm using 2.1.0 and trying to run the foldr example
(foldl (fn [acc v] (+ acc v)) 0 [1 2 3 4 5])
It produced the following error
The text was updated successfully, but these errors were encountered: