I have this stack data structure :data Stack = Empty | Element Char Stack deriving ShowI want to check if it is equal to "Empty"When I try something like this :"a = Empty" or "a = (Empty)" in a haskell file and then write this on ghci : "a = Empty"