summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/module/mod173.hs
blob: a7e185bcf62f8ddc851a3021de5e728726100a8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
module ShouldCompile where

import Mod173_Aux

t1 = partition 	-- From the import

nub = True
t2 = nub	-- Unambiguous; nub should not have been exported

t3 = frob