
28 May
2006
28 May
'06
3:09 a.m.
Dominic Steinitz wrote:
Thomas Hallgren wrote:
% ghci -fglasgow-exts -fallow-undecidable-instances
That's excellent. One question: what's the reason for undecidable instances?
It's needed for some of the instance declarations in Net.Concurrent. But that stuff is not used for packet parsing, it just happens to be imported. For the example, you can omit it if you comment out the import of Net.Concurrent and the definition of doReq in Net.Utils. Thomas H