Skip to content
  • niteria's avatar
    Implement Eq TyCon directly · ceaf7f10
    niteria authored
    Eq TyCon is defined in terms of Ord TyCon, but we want to
    remove Ord TyCon, because it's implemented in terms of unique
    comparison, which is nondeterministic.
    
    GHC Trac: #4012
    ceaf7f10