(Solved) : 9 3 3 Pts Get Delete Extra Problematic Parentheses Expressions E Expression Doesn T Compi Q43913616 . . .

[9= 3 * 3 pts). What do you get if you delete all the extra and the problematic parentheses from the expressions below? I.e., if an expression doesn’t compile in ghci, figure out which parentheses need to be removed to fix the problem. In any case, drop redundant parentheses to get to the minimum set needed. a. (cos(sqrt(2.5))+((sin) (pi)))(*) (2) ((:) ((‘a’: (“b”)) ++ “cd”)) (((( [‘c’] ) ++ “(d)”] ) ) ((((( [ 17 ])))):(((())))) b. Show transcribed image text [9= 3 * 3 pts). What do you get if you delete all the extra and the problematic parentheses from the expressions below? I.e., if an expression doesn’t compile in ghci, figure out which parentheses need to be removed to fix the problem. In any case, drop redundant parentheses to get to the minimum set needed. a. (cos(sqrt(2.5))+((sin) (pi)))(*) (2) ((:) ((‘a’: (“b”)) ++ “cd”)) (((( [‘c’] ) ++ “(d)”] ) ) ((((( [ 17 ])))):(((())))) b.
Expert Answer
Answer to [9= 3 * 3 pts). What do you get if you delete all the extra and the problematic parentheses from the expressions below? …
OR