Ticket #2315 (closed bug: wontfix)

Opened 5 years ago

Last modified 5 years ago

Control.Applicative.ZipList doesn't derive Show

Reported by: newsham Owned by:
Priority: normal Milestone:
Component: libraries (other) Version: 6.8.2
Keywords: Cc:
Operating System: Unknown/Multiple Architecture: Unknown/Multiple
Type of failure: Difficulty: Unknown
Test Case: Blocked By:
Blocking: Related Tickets:

Description

The Control.Applicative.ZipList? type is not an instance of Show.

To reproduce

show $ ZipList? [1,2,3]

which gives an error:

add an instance declaration for (Show (ZipList? t))

Change History

Changed 5 years ago by igloo

  • status changed from new to closed
  • difficulty set to Unknown
  • resolution set to wontfix

Please see  http://www.haskell.org/haskellwiki/Library_submissions for how to propose library changes.

Changed 5 years ago by simonmar

  • architecture changed from Multiple to Unknown/Multiple

Changed 5 years ago by simonmar

  • os changed from Multiple to Unknown/Multiple
Note: See TracTickets for help on using tickets.