
Just exploring. How to load? Michael [michael@localhost ~]$ ghci Data.Complex GHCi, version 6.10.1: http://www.haskell.org/ghc/ :? for help Loading package ghc-prim ... linking ... done. Loading package integer ... linking ... done. Loading package base ... linking ... done. <no location info>: module `Data.Complex' is a package module Failed, modules loaded: none. Prelude>

2009/4/22 michael rice
Just exploring. How to load?
Michael
[michael@localhost ~]$ ghci Data.Complex GHCi, version 6.10.1: http://www.haskell.org/ghc/ :? for help Loading package ghc-prim ... linking ... done. Loading package integer ... linking ... done. Loading package base ... linking ... done.
<no location info>: module `Data.Complex' is a package module Failed, modules loaded: none. Prelude>
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
Try ':module + Data.Complex' from within GHCi. (Or 'import Data.Complex' from within a source file, of course.)
participants (2)
-
andy morris
-
michael rice