aihc-parser-1.0.0.2: test/Test/Fixtures/golden/module/do-where-layout.yaml
extensions: []
input: |
module DoWhereLayout where
testDoWhereLayout a = do
action
where action = a
ast: |-
Module {ModuleHead {"DoWhereLayout"}, [DeclValue (FunctionBind "testDoWhereLayout" [Match {MatchHeadPrefix, [PVar "a"], EDo [DoExpr (EVar "action")] Just [DeclValue (PatternBind (PVar "action") (EVar "a"))]}])]}
status: pass