summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/Mod136_A.hs
blob: 00cf2c90f19f54f090ff71e4b9459a3340d7091b (plain)
1
2
3
4
5
module Mod136_A ( module Data.List ) where
   -- Only things in scope unqualified (from the Prelude)
   -- and qualified Data.List.x, will be exported

import qualified Data.List