ExitFailure 127

2001-10-16 Thread Sebastian Schulz
hi. I'm trying to run an system command (wget) within a CGI script and get the following error: Exitfailure 127 How can I get more information out of an ExitFailure x error? Can I use ioeGetErrorString? But this function doesn't work on ExitCode, which system returns. TIA sebastian

Re: ANNOUNCE: Draft TOC of Haskell in a Nutshell

2001-01-10 Thread Sebastian Schulz
"Benjamin L. Russell" wrote: On Tue, 9 Jan 2001 09:00:27 +0100 (MET) Johannes Waldmann [EMAIL PROTECTED] wrote: This could be driven to the extreme: not only hide the word "monad", but also "functional". The title would be "Imperative programming in Haskell" (as S. Peyton Jones

Re: Beginner: error when using multiple where stmts in hugs98

2000-12-01 Thread Sebastian Schulz
Wim-Jan Hilgenbos wrote: Hi, I've been trying some examples in functional programming. Most things work fine, but I have trouble with expressions with 'where' clauses that define more then one local definition. (I work with hugs98 version september 1999 under Linux) For example:

doubles

2000-08-10 Thread Sebastian Schulz
it more exact. Thanks for your help. regards Seb -- | Sebastian Schulz May the source be with you! | mailto:[EMAIL PROTECTED]

Re: doubles

2000-08-10 Thread Sebastian Schulz
to be a low priority for Mark. Aha . And how many digits will GHC offer me? seb -- | Sebastian Schulz May the source be with you! | mailto:[EMAIL PROTECTED]

error:Instance of Fractional Int required

2000-05-07 Thread Sebastian Schulz
-- | Sebastian Schulz May the source be with you! | mailto:[EMAIL PROTECTED]

math libraries

2000-04-19 Thread Sebastian Schulz
Hi folks! Where can I find math libraries with functions for differential and integration calculus, statistics, lin. algebra, ...? Regards Sebastian -- | Sebastian Schulz

unexpected elements

2000-03-04 Thread Sebastian Schulz
Hi folks, I´m pretty new in haskell and I'm wondering about the following list HUGS98 gave me: I typed : Prelude [1, 1.1 .. 10] and expected an ascending list from 1 to 10 in exact steps of 0.1 This is what Hugs gave me: [1.0 , 1.1, (...) 7.7, 7.7, 7.8, 7.9, 8.0, 8.2, 8.3,