summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_compile/read016.hs
blob: 5c482f510da521ad83a780559a222da8d0ebc1e9 (plain)
1
2
3
4
5
6
7
8
9
10
-- !!! Checking that both import lists and 'hiding' lists might
-- !!! be empty.
module ShouldCompile where

import Data.List  ()
import Data.List  hiding ()

x :: Int
x = 1