The following test example doesn't indent correctly with indentation-mode with the newest version ``` main = do let (a,b) = (1,2) :: (Int, Int) test = 4 (c,d) = (4,3) ^ | desired indent ``` I understand that haskell-indentation is undergoing quite some work, but I thought I would add another issue to fix and add to the test suite. Thanks!