 
            
            
            
            
                28 May
                
                    2009
                
            
            
                28 May
                
                '09
                
            
            
            
        
    
                12:13 p.m.
            
        On Thursday, May 28, 2009, Don Stewart 
leimy2k:
I'm also trying to figure out how bad/good Haskell Binary IO really is that it's been addressed a few times differently :-)
FWIW Binary IO as implemented in Data.Binary is widely used in our production systems at Galois. I'd be fairly confident in it.
Fair enough. I am just new to the interface, wondering if I should try matching responses by pulling apart via Get, or the bit syntax package.
-- Don