packages feed

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

extensions: []
equivalent:
  - |
    if | True -> a
     + b
  - (if | True -> a) + b
status: pass
reason: An infix operator indented less than the multi-way-if bar is outside the guard body.