``` Prelude Data.Yaml> encode "+123" "+123\n...\n" ``` This is parsed back as a number, not a string.
This is parsed back as a number, not a string.