summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/T19843c.hs
blob: 1b55bce68b09a73f3b04dff9e9d8237312ed8543 (plain)
1
2
3
4
5
6
module T19843c where

import Data.Map as Map
import Prelude (undefined, map)

foo (Map.Map k v) = undefined