Skip to content

Commit

Permalink
Remove derived Typeable instance
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd authored and coot committed Jan 15, 2025
1 parent fa68fad commit aef52d3
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 @@ -982,7 +982,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 aef52d3

Please sign in to comment.