packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/golden/expr/lexneg-app-space-var.yaml

extensions: [LexicalNegation]
input: |
  f -x
ast: |-
  EApp (EVar "f") (ENegate (EVar "x"))
status: pass