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