Ticket #4089 (closed bug: invalid)
Empty Show instance + phantom type + GHCi = out of memory
Description
module ShowMemory where data M a = M instance Show a => Show (M a)
Load in GHCi, type "M" and then enter at the prompt.
It kills all my memory. I have no .ghci
Change History
Note: See
TracTickets for help on using
tickets.
