This comment is hidden because it contains spoiler information about the solution
Haskell kumited, on the right thread.
Or perhaps I linked this translation to the wrong puzzle thread, sorry! :(
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.
Haskell translation kumited
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
Haskell kumited, on the right thread.
Or perhaps I linked this translation to the wrong puzzle thread, sorry! :(
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.
Haskell translation kumited
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?