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
Allow keyword arguments in the fallback rrule/frule methods (#60)
This permits using `rrule(f, args...; kwargs...)` unconditionally and
receiving `nothing` as expected rather than an error about `rrule` not
taking keyword arguments.
0 commit comments