Docs: guide on profiling: fix the title (#10606)
[cabal.git] / cabal-testsuite / PackageTests / Backpack / T6385 / alt-containers / Data / Map.hs
blob4d2e8f207a915dbde929636f26392ef4f227988d
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