aihc-parser-1.0.0.2: test/Test/Fixtures/golden/module/data-mixed-operator-and-normal-fields.yaml
extensions: []
input: |
data T = MkT { ($$) :: Int, (>>=) :: String, normalField :: Bool }
ast: |-
Module {[DeclData (DataDecl {Prefix "T", [RecordCon "MkT" [FieldDecl ["$$"] (TCon "Int"), FieldDecl [">>="] (TCon "String"), FieldDecl ["normalField"] (TCon "Bool")]]})]}
status: pass