The solution does not clearly explain when it is feasible for function types to be instances of the Eq class. Does the solution mean the types of the arguments and return value of the function?
|
-- It is feasible for all basic types which are instances of the Eq class. |