Add test cases that reproduce #7241.
[cabal.git] / cabal-testsuite / PackageTests / Backpack / Indef1 / Map.hsig
blob997ec1aa576d7fb5f4070a54644b71d175c627ae
1 {-# LANGUAGE RoleAnnotations #-}
2 signature Data.Map where
3 type role Map nominal representational
4 data Map k a
5 instance Functor (Map k)