summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_compile/drv-phantom.stderr
blob: 67a053a665860edd38bee197998d6435e6535eff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

==================== Derived instances ====================
Derived class instances:
  instance GHC.Base.Functor DrvPhantom.NotAList where
    GHC.Base.fmap _ = GHC.Prim.coerce
  
  instance Data.Foldable.Foldable DrvPhantom.NotAList where
    Data.Foldable.foldMap _ _ = GHC.Base.mempty
  
  instance Data.Traversable.Traversable DrvPhantom.NotAList where
    Data.Traversable.traverse _ z = GHC.Base.pure (GHC.Prim.coerce z)
  

Derived type family instances:



==================== Filling in method body ====================