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
In the course of #1244 I realized that foldl and foldr' can be productive for PostOrder. I'll take a look at how well the default implementations work, and implement it manually if needed.
In the course of #1244 I realized that
foldlandfoldr'can be productive forPostOrder. I'll take a look at how well the default implementations work, and implement it manually if needed.