I have a main do block like this:
main = do putStrLn "Insert a word:" word <- getLine
My starting point is this line:
<