packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/golden/expr/operator-section-trailing-minus.yaml

extensions: [GHC2021]
input: |
  (n-1-)
ast: |-
  EParen (ESectionL (EInfix (EVar "n") "-" (EInt 1 TInteger)) "-")
status: pass