This comment is hidden because it contains spoiler information about the solution
approved, thanks for your work ;-)
Haskell kumited, on the right thread.
Or perhaps I linked this translation to the wrong puzzle thread, sorry! :(
Perhaps CW has some problem now, approved
Codewars did an odd "failed tests" error during a submit that seemed to go away, but perhaps didn't - I've republished, the run output seems to have content, if it still looks wrong let me know where you're not seeing what you expect to see.
Sorry,but I haven't seen the output in your kumit, please check it;-)
Haskell translation kumited
Approved, thanks ;-)
Haskell translation.
edit: See https://github.com/Codewars/codewars.com/issues/379, it's not just this kata.
Running tests is fine, but hitting submit gives me:
/tmp/haskell116513-13-7pc3ob/undefined.hs:4:8: Could not find module `TinyThreePassCompiler' Use -v to see a list of the files searched for.
The first two lines of my solution are:
{-# LANGUAGE DeriveFunctor, LambdaCase, TupleSections #-} module TinyThreePassCompiler where
Any ideas?
Loading collection data...
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
approved, thanks for your work ;-)
Haskell kumited, on the right thread.
Or perhaps I linked this translation to the wrong puzzle thread, sorry! :(
Perhaps CW has some problem now, approved
Codewars did an odd "failed tests" error during a submit that seemed to go away, but perhaps didn't - I've republished, the run output seems to have content, if it still looks wrong let me know where you're not seeing what you expect to see.
Sorry,but I haven't seen the output in your kumit, please check it;-)
Haskell translation kumited
Approved, thanks ;-)
Haskell translation.
edit: See https://github.com/Codewars/codewars.com/issues/379, it's not just this kata.
Running tests is fine, but hitting submit gives me:
The first two lines of my solution are:
Any ideas?