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
For functions like map(f, xs)
if we don't have a an rrule/frule defined for f
we should bail out early by returning nothing
or just not define the rrule/frule at all.