packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/golden/expr/paren-section-infix-fmap.yaml

extensions: [GHC2021]
input: |
  (a . b <$>)
ast: |-
  EParen (ESectionL (EInfix (EVar "a") "." (EVar "b")) "<$>")
status: pass