aihc-parser-1.0.0.2: test/Test/Fixtures/golden/expr/neglit-infix-minus-paren.yaml
extensions: [NegativeLiterals] input: | f -(x*2) ast: |- EInfix (EVar "f") "-" (EParen (EInfix (EVar "x") "*" (EInt 2 TInteger))) status: pass
extensions: [NegativeLiterals] input: | f -(x*2) ast: |- EInfix (EVar "f") "-" (EParen (EInfix (EVar "x") "*" (EInt 2 TInteger))) status: pass