summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T1789_2.hs
blob: 5fb3c92cfd1598e5ec3b77124328223db1f8be81 (plain)
1
2
3
4
5
6
7
8
{-# OPTIONS_GHC -fwarn-missing-import-lists #-}

-- Test #1789
module T1789_2 where

import Data.Map (size)
import Data.Maybe (Maybe(Just, Nothing))
import qualified Data.Set as Set (insert)