1. If an F# function has type 'a - > 'b when 'a : comparison, which of the following is not a legal type for it? Select one:
A. (float - > float) - > bool
B. string - > (int - > int)
C. int - > int
D. int list - > bool list
+5
Answers (1)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “1. If an F# function has type 'a - > 'b when 'a : comparison, which of the following is not a legal type for it? Select one: A. (float - > ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Home » Computers & Technology » 1. If an F# function has type 'a - > 'b when 'a : comparison, which of the following is not a legal type for it? Select one: A. (float - > float) - > bool B. string - > (int - > int) C. int - > int D. int list - > bool list