module System.IO.Extra  where

import           System.IO


instance Eq TextEncoding where
  e1 == e2 = show e1 == show e2