[project @ 2001-08-22 11:45:06 by sewardj]
[ghc-hetmet.git] / ghc / tests / reader / should_compile / read025.hs
1 -- !!! Check the handling of 'qualified' and 'as' clauses
2 module ShouldCompile where
3
4 import List as L ( intersperse ) 
5
6 x = L.intersperse
7
8 y = intersperse
9