Skip to content
  • Herbert Valerio Riedel's avatar
    Replace DeriveDataTypeable by AutoDeriveTypeable · 6ed54303
    Herbert Valerio Riedel authored
    
    
    This is a first step towards addressing #9111
    
    This results in the following additional Typeable (exported) instances
    being generated (list was compiled by diff'ing hoogle txt output):
    
      instance Typeable CFile
      instance Typeable 'CFile
      instance Typeable CFpos
      instance Typeable 'CFpos
      instance Typeable CJmpBuf
      instance Typeable 'CJmpBuf
      instance Typeable ChItem
      instance Typeable QSem
      instance Typeable ID
      instance Typeable 'ID
      instance Typeable CONST
      instance Typeable Qi
      instance Typeable Qr
      instance Typeable Mp
      instance Typeable ConstrRep
      instance Typeable Fixity
      instance Typeable 'Prefix
      instance Typeable 'Infix
      instance Typeable Constr
      instance Typeable DataType
      instance Typeable DataRep
      instance Typeable Data
      instance Typeable HasResolution
      instance Typeable IsList
    
    Signed-off-by: Herbert Valerio Riedel's avatarHerbert Valerio Riedel <hvr@gnu.org>
    6ed54303