Hi
I am trying to use GHCi for the first time and can't figure out where to put/ how to open and use a module I have created
If anyone can explain it would be much appriciated.
Hi. If your module is in file foo.hs in the current directory, fire up ghci and type
:l foo
at the ghci prompt (:l is short for :load). Type :? to see a list of ghci commands.
-marius
Regards Jimmy
_______________________________________________ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell
_______________________________________________ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell