Ticket #2315
(closed bug: wontfix)
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:
|
|
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