I have the following problem, I want to randomly generate arithmetic expressions based on a number, for example:
if I have n = 3, then the expression must have 3 operators like this (4)*(((3+5)-2)).

Any advice or hint? I am relatively new to Haskell. 

Thanks.