## Problem Description of problem here. - [x] I checked the issue tracker for existing issues about this problem. - [x] I'm using the latest version of hindent. Input haskell ```haskell f = undefined -- *** G *** -- | G g = undefined ``` Expected output haskell: Same as the input Actual output haskell ```haskell f = undefined -- *** G *** -- | G g = undefined ```
Problem
Description of problem here.
Input haskell
Expected output haskell: Same as the input
Actual output haskell