Simple tests in F# pass, but getting following error when attempting to submit:
/home/codewarrior/program.fsx(57,25): error FS0039: The value or constructor 'epidemicAux' is not defined. Maybe you want one of the following:
epidemicAux1
epidemic
Excellent series of katas, it makes you think how to compose next functions in terms of previous ones. The problem (group actions on strings) was very interesting as well!
Simple tests in F# pass, but getting following error when attempting to submit:
/home/codewarrior/program.fsx(57,25): error FS0039: The value or constructor 'epidemicAux' is not defined. Maybe you want one of the following:
epidemicAux1
epidemic
Works great now, thanks!
F# random test case is generating odd numbers. Can't get around them anyhow.
Excellent series of katas, it makes you think how to compose next functions in terms of previous ones. The problem (group actions on strings) was very interesting as well!