summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_compile/read010.hs
blob: d20f5fcc86b6c871b2e1c179c11f3716051af875 (plain)
1
2
3
4
-- !!! Infix record constructor.
module ShouldCompile where

data Rec = (:<-:) { a :: Int, b :: Float }