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
program.hs:(3,8)-(4,23): error:
Unexpected do block in function application:
do print (circleArea 12)
You could write it with parentheses
Or perhaps you meant to enable BlockArguments?