Hi,
I'm sorry if I mislead you, I think I didn't mention my problem clearly there. I'm actually stuck in the position of declaring subtrees, I couldn't find a solution to that.My function is likef :: Tree -> TreeAnd my tree structure is likedata Tree = Empty | Branch Integer Tree TreeAnd When I write this which I learned from you :(c1, c2, d1, d2, e1, e2 :: Tree)I get error. If you tell me How should I solve that I'd appreciate.