[project @ 2000-11-03 16:23:37 by simonmar]
[ghc-hetmet.git] / ghc / tests / reader / should_compile / read010.hs
1 -- !!! Infix record constructor.
2 module ShouldCompile where
3
4 data Rec = (:<-:) { a :: Int, b :: Float }