[project @ 2001-08-08 14:23:09 by simonmar]
[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