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
Docs: guide on profiling: fix the title (#10606)
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
Backpack
/
T6385
/
alt-containers
/
Data
/
Map.hs
blob
4d2e8f207a915dbde929636f26392ef4f227988d
1
{-# LANGUAGE RoleAnnotations #-}
2
module
Data
.
Map
where
3
type
role Map nominal representational
4
data
Map k a
=
Map
5
instance
Functor
(
Map k
)
where
6
fmap
_ Map
=
Map