Help wanted with hugs error message

Marcin 'Qrczak' Kowalczyk qrczak@knm.org.pl
4 May 2001 20:10:30 GMT


Fri, 04 May 2001 20:06:23 +0100, Robert Ennals <Robert.Ennals@cl.cam.ac.uk> 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 * qrczak@knm.org.pl http://qrczak.ids.net.pl/
 \__/
  ^^                      SYGNATURA ZASTĘPCZA
QRCZAK