Renaming fails when trying to change `LL` to `L` in the following snippet ```haskell import Data.List as LL foo = 'a' LL.: ['b'] ```