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
It says "There was a problem evaluating your answer, please try again later." in the last exercise in Partially Applied Functions even when I can run it successfully in local Scala console.
It seems the operator "=>" was converted to a character '⇒' exceptionally.
I have submitted a PR #131 to fix it. Please check and merge it.