RE: beginner question

2009-10-14 Thread Luca Ciciriello
Thanks Philip and Daniel for your help. Your explanation is clear. Thanks also for direct me on the right news letters :-) Luca. _ Chat to your friends for free on selected mobiles htt

Re: beginner question

2009-10-14 Thread Daniel Fischer
Am Mittwoch 14 Oktober 2009 08:26:10 schrieb Luca Ciciriello: > Just a Haskell beginner question. This sort of generic question has a higher probability of receiving a quick answer on haskell-c...@haskell.org or beginn...@haskell.org, where more people are reading. > > If I load in

Re: beginner question

2009-10-14 Thread Philip K.F.
ly. Regards, Philip [1] http://haskell.org/ghc/docs/latest/html/libraries/base/System-IO.html#v:hGetContents On Wed, 2009-10-14 at 07:26 +0100, Luca Ciciriello wrote: > Just a Haskell beginner question. > If I load in GHCi the code below all works fine, I load a file and its > con

beginner question

2009-10-13 Thread Luca Ciciriello
Just a Haskell beginner question. If I load in GHCi the code below all works fine, I load a file and its content is shown on screen. But if I use the second version of my "load_by_key" (the commented one) no error is reported loading and executing this code, but nothing is shown

Re: beginner question on module loading error

2003-02-20 Thread Hal Daume III
It would help to know: What directory you are running ghci from What directory the files you're attempting to load exist in What their file names are What their module names are The command you're using to load them -- Hal Daume III "Computer science is no more about computers| [E

beginner question on module loading error

2003-02-20 Thread Olympia S
With the last couple of modules I have been trying to load in GHCi, I get the message 'can't find file...' Before, I was able to load modules without a problem (on the same day), so does anybody know a solution to this? I had saved my modules exactly the same way as the others that loaded. (I h