[Haskell-beginners] making function problem (chapter 6 of Programming in Haskell)

Ertugrul Soeylemez es at ertes.de
Mon Aug 8 17:17:18 CEST 2011


Roelof Wobben <rwobben at hotmail.com> wrote:

> Maybe this :
>
> x ^ 0 = 1
> x ^ y = x * (y-1)

No, that's wrong.  Don't try guessing things, because that will bring
you nowhere with Haskell.

But at least you are getting closer to the idea of solving things
through algebraic rules.


Greets,
Ertugrul


-- 
nightmare = unsafePerformIO (getWrongWife >>= sex)
http://ertes.de/





More information about the Beginners mailing list