As discussed earlier the nil value strings and seq types should go away. [strutils.formatEng](https://github.com/nim-lang/Nim/blob/devel/lib/pure/strutils.nim#L1995) relies on the distinction of nil strings and empty strings This causes a problem in this PR: https://github.com/nim-lang/Nim/pull/6206