This looks ugly: ```haskell do action before if condition then action 1 else action 2 action after ``` Is it intended?
This looks ugly:
Is it intended?