Ticket #5787 (infoneeded feature request)

Opened 4 months ago

Last modified 4 months ago

Add instances to ZipList

Reported by: pumpkin Owned by:
Priority: normal Milestone: 7.6.1
Component: libraries/base Version: 7.2.2
Keywords: Cc:
Operating System: Unknown/Multiple Architecture: Unknown/Multiple
Type of failure: None/Unknown Difficulty: Unknown
Test Case: Blocked By:
Blocking: Related Tickets:

Description

There was a reasonably uncontroversial vote on the libraries list to add common derived instances (Eq, Ord, Show, Read) to ZipList?, which currently only has Functor and Applicative.

I have made the change on my local ghc build and it seems to build, but I can't get validate to pass. I'm not sure if it's my own fault, but considering I only made a one-line change, it seems odd. I'll attach a patch once I make sure it wasn't my fault.

Change History

Changed 4 months ago by igloo

  • status changed from new to infoneeded
  • difficulty set to Unknown
  • milestone set to 7.6.1

If you attach the patch, I can try validating it.

Can you add a link to the thread in the libraries@ archives please?

Changed 4 months ago by benmachine

Note: See TracTickets for help on using tickets.