Question: Consider the Following function. foo :: Int -> Int -> Int foo x y | x == y = x `mod`y | otherwise = x

 Consider the Following function. foo :: Int -> Int -> Int

Consider the Following function. foo :: Int -> Int -> Int foo x y | x == y = x `mod`y | otherwise = x + y Which of the following would be the most appropriate type to generalise the function type? a. foo :: (Num a, Eq a) => a -> a -> a b. foo :: a -> a -> a c. foo :: Num a => a -> a -> a

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!