097650c5019b2a6464ba3784203f07e9ebd00d00
[ghc-hetmet.git] / ghc / tests / reader / should_compile / read010.hs
1 module ShouldSucceed where
2
3 --!!! Infix record constructor.
4
5 data Rec = (:<-:) { a :: Int, b :: Float }