I am trying to write a function that prints a statement and calls on another function, but I am having some trouble defining it such what type to give it. Here's what I got so far.
code:
bad_input :: --dont know what goes here
bad_input = putStrLn "Bad Input"
evaluate_input