[1 of 1] Compiling Main ( prog.hs, prog.o )
prog.hs:6:1:
No instance for (Num String)
arising from the literal `1' at prog.hs:6:1
Possible fix: add an instance declaration for (Num String)
In the pattern: 1
In a 'do' expression: 1 <- getLine
In the second argument of `($)', namely
`do putStr "Give me some input: "
1 <- getLine
putStrLn $ map toUpper 1'