How to get the String out of the IO String in Haskell
Answer: With <-
<-
You get the String out of the IO String with <-.
String
IO String