Re: Expiring cached data?

2003-11-04 Thread Artie Gold
ghbors. As far as taking a modified LRU approach is concerned (since, as mentioned elsethread, when LRU goes bad, it goes *really* bad), you might want to look at: http://www.cc.gatech.edu/~yannis/eelru.ps Cheers, (with hopes I'm not out of my league) --ag -- Artie Gold -- Austin, Texas

Re: Question abt Num

2003-10-22 Thread Artie Gold
e1 e2 = e1 >= e2 opValue And e1 e2 = e1 && e2 opValue Or e1 e2 = e1 || e2 Now I can't return an Int as I return a Bool at times and hence I return an Expr. What does the error...instance of Num Expr or instance of Fractional Expr required mean? See above. I think you'll f

Re: implement hash table

2003-10-07 Thread Artie Gold
to implement it? I can't find much information about it. Thanks a lot Rui http://www.haskell.org/ghc/docs/6.0/html/base/Data.HashTable.html Google[1] is your friend. HTH, --ag [1] Or your favorite search engine. -- Artie Gold -- Austin, Texas Oh, for the good old days

Re: Question About lists

2002-12-30 Thread Artie Gold
y. HTH, --ag thanks! Add photos to your e-mail with MSN 8. Get 3 months FREE*. <http://g.msn.com/8HMEEN/2021> ___ Haskell mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell -