[project @ 1999-01-23 18:05:12 by sof]
[ghc-hetmet.git] / ghc / tests / reader / should_compile / read010.hs
index 097650c..579152b 100644 (file)
@@ -1,5 +1,4 @@
+-- !!! Infix record constructor.
 module ShouldSucceed where
 
---!!! Infix record constructor.
-
 data Rec = (:<-:) { a :: Int, b :: Float }