Re: drop & take [was: fixing typos in Haskell-98]

2000-01-24 Thread Dr. Mark E. Hall
"S. Alexander Jacobson" wrote: > The python behavior is: > take n list | length list + n < 0 = [] > drop n list | length list + n < 0 = list > > I think this is the correct complement (dual?) of: > take n list | length list - n < 0 = list > drop n list | lenght lis

Re: Writing Apache modules in Haskell: mod_haskell

2000-01-13 Thread Dr. Mark E. Hall
Oops! It looks like I cut out too much of Eelco's original message, which may make my query about the web site he mentions harder to understand, so let me try again, including more of Eelco's message. Eelco Dolstra wrote: > > Hello, > > We are pleased to announce `mod_haskell'. Mod_haskell is

Re: Writing Apache modules in Haskell: mod_haskell

2000-01-13 Thread Dr. Mark E. Hall
Eelco Dolstra wrote: > > > Enjoy! Has anyone been able to access this site? I have tried several times over the past couple of weeks, and each time I have gotten a "No route to host" error. Mark __