[project @ 2001-04-23 19:25:06 by lewie]
[ghc-hetmet.git] / ghc / tests / reader / should_compile / read030.hs
1 -- !!! Infix decls w/ infix data constructors
2
3 -- GHC used to barf on this...
4
5 module ShouldCompile where
6
7 infix 2 |-, |+
8
9 ps  |-  q:qs   = undefined
10 ps  |+  p:q:qs = undefined