Andy Stewart writes:
> Ivan Lazar Miljenovic writes:
>
>> Andy Stewart writes:
>>
>>> Hi all,
>>>
>>> I have some incorrect "Read instance" make i got error "Prelude.read: no
>>> parse", and i don't know how to fix it.
>>>
>>>
>>> newtype SerializedWindow = SerializedWindow (Maybe DrawWindow)
Ivan Lazar Miljenovic writes:
> Andy Stewart writes:
>
>> Hi all,
>>
>> I have some incorrect "Read instance" make i got error "Prelude.read: no
>> parse", and i don't know how to fix it.
>>
>>
>> newtype SerializedWindow = SerializedWindow (Maybe DrawWindow)
>>
>> instance Show Serialized