summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_compile/read025.hs
blob: 7eca04e85c0a72d39bb7ecc5d013d503524dc490 (plain)
1
2
3
4
5
6
7
8
9
-- !!! Check the handling of 'qualified' and 'as' clauses
module ShouldCompile where

import Data.List as L ( intersperse ) 

x = L.intersperse

y = intersperse