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
- Don't eta expand at all if expected type is Unit. That way we do not
have to figure out whether it was an eta expansion after the fact.
- For statements the expected type is not Unit, but we do have the original
and we can check whether it was a function or a partial function.
0 commit comments