If I do ``` import SlamData.Prelude hiding (note) import DOM as DOM ``` This will be resorted to ``` import DOM as DOM import SlamData.Prelude hiding (note) ``` It does not recognize the `hiding` import as an open import, and so it gets moved around.