aihc-parser-1.0.0.2: test/Test/Fixtures/golden/module/implicit-module.yaml
extensions: []
input: |
x = 1
y = x
ast: |-
Module {[DeclValue (PatternBind (PVar "x") (EInt 1 TInteger)), DeclValue (PatternBind (PVar "y") (EVar "x"))]}
status: pass
extensions: []
input: |
x = 1
y = x
ast: |-
Module {[DeclValue (PatternBind (PVar "x") (EInt 1 TInteger)), DeclValue (PatternBind (PVar "y") (EVar "x"))]}
status: pass