Fri, 04 May 2001 20:06:23 +0100, Robert Ennals <[EMAIL PROTECTED]> pisze:

> "exp" is defined as exponentiation, as part of the "Floating"
> type class in the standard Prelude - which is imported by default.

And to fix the problem you may do either of these:
* import Prelude hiding (exp)
* Use FactorInterp.exp everywhere except the definition.
* Choose a different name.

-- 
 __("<  Marcin Kowalczyk * [EMAIL PROTECTED] http://qrczak.ids.net.pl/
 \__/
  ^^                      SYGNATURA ZASTĘPCZA
QRCZAK


_______________________________________________
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell

Reply via email to