aihc-parser-1.0.0.2: test/Test/Fixtures/golden/expr/negate-after-infix-var.yaml
extensions: [] input: | f $ - x ast: |- EInfix (EVar "f") "$" (ENegate (EVar "x")) status: pass
extensions: [] input: | f $ - x ast: |- EInfix (EVar "f") "$" (ENegate (EVar "x")) status: pass