Skip to content

Conversation

@erikd
Copy link
Member

@erikd erikd commented Jan 14, 2025

No description provided.

-- | Default implementation of 'TArray'.
--
data TArrayDefault m i e = TArray (Array i (TVar m e))
deriving Typeable
Copy link
Member Author

@erikd erikd Jan 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GHC has derived Typeable by default since ghc-8.6 or something. With ghc-9.12 a warning was added for unneeded derived instances.

Copy link
Collaborator

@coot coot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@coot coot added this pull request to the merge queue Jan 14, 2025
Merged via the queue into input-output-hk:main with commit 978dddb Jan 14, 2025
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants