@myjinxin2015 I forked it and applied my changes again, now it does not complain anymore:
https://www.codewars.com/kumite/5ac67a6c348c22cc2f0000a1?sel=5ad12e1019f54432fb000013
I would say it is ok giving my beginners knowledge of haskell and codewars :D
This comment is hidden because it contains spoiler information about the solution
Thanks :-). I will look into adding some tests, I got a little confused yesterday and had two Translations, I might have forgot to move some things from one to the other (Like that type signature). WIll recheck.
I think I have made a haskell translation :D. My first one. Would love feedback.
Ups, just noticed it is actually 300 Honour points. Sorry. Back to problem solving :D
Same case, I read somewhere that you should have 75 points of Honour at least. I got there. Now I would love to create some Katas. How do I do that?
1 is not prime. But I had to add:
divisors 1 = Left "1 is prime"
to my code in haskell.
I think tha tshould be corrected.
https://math.stackexchange.com/questions/120/why-is-1-not-a-prime-number
Which version of rxjs is loaded on the machine? how do I figure that ou on my own?
Loading collection data...
@myjinxin2015 I forked it and applied my changes again, now it does not complain anymore:
https://www.codewars.com/kumite/5ac67a6c348c22cc2f0000a1?sel=5ad12e1019f54432fb000013
I would say it is ok giving my beginners knowledge of haskell and codewars :D
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Thanks :-). I will look into adding some tests, I got a little confused yesterday and had two Translations, I might have forgot to move some things from one to the other (Like that type signature). WIll recheck.
I think I have made a haskell translation :D. My first one. Would love feedback.
Ups, just noticed it is actually 300 Honour points. Sorry. Back to problem solving :D
Same case, I read somewhere that you should have 75 points of Honour at least. I got there. Now I would love to create some Katas. How do I do that?
1 is not prime. But I had to add:
divisors 1 = Left "1 is prime"
to my code in haskell.
I think tha tshould be corrected.
https://math.stackexchange.com/questions/120/why-is-1-not-a-prime-number
Which version of rxjs is loaded on the machine? how do I figure that ou on my own?