Re: [Haskell-cafe] busting up a structured binary file

2005-12-09 Thread Bulat Ziganshin
Hello Brian, Thursday, December 08, 2005, 10:54:29 PM, you wrote: BM> I need to extract text from a structed binary file. Its a local BM> database for a commercial app of proprietary structure, though the BM> structure has been determined. So I need to move along a number of BM> bytes, take a f

[Haskell-cafe] busting up a structured binary file

2005-12-08 Thread Brian McQueen
Can someone point me to a sample so I can get started? This will be my first Haskkel project, after reading about it for some months now. I need to extract text from a structed binary file. Its a local database for a commercial app of proprietary structure, though the structure has been determin