Question: Given the following terms in Haskell, indicate which statements are true: multiple answers possible (i) abcd (ii) [('a','b'), ('c','d')] (iii) ('a': ['b']): ('c': 'd']):[] (iv)'a':
Given the following terms in Haskell, indicate which statements are true: multiple answers possible

(i) "abcd" (ii) [('a','b'), ('c','d')] (iii) ('a': ['b']): ('c': 'd']):[] (iv)'a': 'b':'c':'d':[]) (v) ["ab", "cd"] (ii) has type String (1) and (v) have the same type (ii) and (v) have the same type (ii) and (v) have the same type i) and (iv) have the same type (ii) has type (Char Char)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
