aihc-parser-1.0.0.2: test/Test/Fixtures/golden/expr/nested-app.yaml
extensions: [] input: | f (g 1) ast: |- EApp (EVar "f") (EParen (EApp (EVar "g") (EInt 1 TInteger))) status: pass
extensions: [] input: | f (g 1) ast: |- EApp (EVar "f") (EParen (EApp (EVar "g") (EInt 1 TInteger))) status: pass