Handling large ini files.

2003-07-12 Thread Thaddeus L. Olczyk
that each is a customisation in common. Thaddeus L. Olczyk --- Think twice, code once. ___ Haskell-Cafe mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: African money

2003-03-25 Thread Thaddeus L. Olczyk
On Tue, 25 Mar 2003 14:59:20 +0100, Peter Ross <[EMAIL PROTECTED]> wrote: >On Tue, Mar 25, 2003 at 02:10:56PM +0100, Jerzy Karczmarczuk wrote: >> Or tell me how to *effectively* filter all that away. Or, I'll go mad >> and I strangle some of my students. Anyway they deserve it. >> >I use bogofilt

CDirent definition.

2003-03-18 Thread Thaddeus L. Olczyk
Looking through the sources of ghc, I could not find the definition/devclaration of CDirent used by the FFI version of Posix directory commands (readdir, opendir etc... ). All I could find was type CDirent = () I'm confused by this. Can anyone clarify? ___

How to read an initialization file.

2003-03-14 Thread Thaddeus L. Olczyk
I'm stuck on a problem in a program and I suspect one that I will keep encountering. I need to be able to read from an initialization file a set of values, as a simple example let us take three variables: base_dir, user_name, log_file. I need to be able to access these values effieiently and from