I have heard that you can create a function that accepts a Void, although you cannot call it. However, when I try to do so, I get
“Not in scope: type constructor or class Void”
I also tried
h :: Data.Void -> Int
and it said there was no module “Data.”
How can I create a function that accepts a VOid data type?