repo.or.cz
/
cabal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add test cases that reproduce #7241.
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
Backpack
/
Indef1
/
Map.hsig
blob
997ec1aa576d7fb5f4070a54644b71d175c627ae
1
{-# LANGUAGE RoleAnnotations #-}
2
signature Data.Map where
3
type role Map nominal representational
4
data Map k a
5
instance Functor (Map k)