packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/equivalent/expr/multi-way-if-infix.yaml

extensions: []
equivalent:
  - |
    if | True
        ->
        1
      + 2
  - |
    (if | True
        ->
        1)
      + 2
status: pass
reason: With indentation of less than the bar, the infix operator is not part of the guard body.