Formatting: ``` test = undefined where -- | Comment a = undefined ``` results in: ``` test = undefined where a = undefined ```