Skip to content

Commit

Permalink
Remove derived Typeable instances
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Jan 14, 2025
1 parent e5adb8d commit c913ce8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion io-classes/src/Control/Monad/Class/MonadSTM/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,6 @@ unGetTBQueueDefault (TBQueue rsize read wsize _write _size) a = do
-- | Default implementation of 'TArray'.
--
data TArrayDefault m i e = TArray (Array i (TVar m e))
deriving Typeable

deriving instance (Eq (TVar m e), Ix i) => Eq (TArrayDefault m i e)

Expand Down

0 comments on commit c913ce8

Please sign in to comment.