[Haskell-cafe] universal algebra "support" in Haskell?
Henning Thielemann
lemming at henning-thielemann.de
Fri Oct 24 06:58:35 EDT 2008
On Fri, 24 Oct 2008, Galchin, Vasili wrote:
> I "cabal installed" numeric-prelude .. however, unlike other packages(e.g.
> Sqlite3), I am unable to ":m numeric-prelude" in a ghci session.??
':m' is for importing modules not packages, at least up to GHC-6.8.2.
For playing around with the package I advice following docs/README.
More information about the Haskell-Cafe
mailing list