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
Exercise 2 in the Basics chapter of the tutorial reads:
Exercise 2: Define the function ‘if’, which takes a boolean value b and two elements of an arbitrary type A and return the first element when b equals to true and the second one otherwise.
Polymorphism is necessary to solve this. However it is introduced after the exercise.
The text was updated successfully, but these errors were encountered:
Exercise 2 in the Basics chapter of the tutorial reads:
Polymorphism is necessary to solve this. However it is introduced after the exercise.
The text was updated successfully, but these errors were encountered: