Merge pull request #9898 from haskell/mergify/bp/3.12/pr-9865
[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)