aihc-parser-1.0.0.2: test/Test/Fixtures/golden/module/app.yaml
extensions: []
input: |
module Demo where
id1 = f x
id2 = f (g 3)
ast: |-
Module {ModuleHead {"Demo"}, [DeclValue (PatternBind (PVar "id1") (EApp (EVar "f") (EVar "x"))), DeclValue (PatternBind (PVar "id2") (EApp (EVar "f") (EParen (EApp (EVar "g") (EInt 3 TInteger)))))]}
status: pass