``` purescript module Main where changeDialog = do -- oh noes { x } ← H.get pure unit ``` The presence of the comment reformats the record destructuring like this: ``` purescript module Main where changeDialog = do -- oh noes { x } ← H.get pure unit ```