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
Right now we hit the fallback definition of rrule/frulewhich is to just returnnothing`.
which then gives an error complaining about iteration failing.
We should instead detect that an error ourselves with somehting more clear.
Possibly throwing a MethodError which would show what is closest.
(though it would also show the Any method that does match but maybe that is ok)