packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/equivalent/expr/infix-left-assoc.yaml

extensions: []
equivalent:
  - a + b + c
  - (a + b) + c
status: pass
reason: parser matches GHC's left-associated parsed infix tree