hi2 cannot parse comma-separated guards. For example, if I tap `TAB` at the next line to `False | False, True -> print True`, `hi2` raises parse error: ``` haskell main :: IO () main = case True of False | False, True -> print True ```