Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Thanks for the suggestion. I have added
NoPolyKinds
to the initial solution.I didn't need it in my solution, but haven't investigated where exactly the issue comes from, yet.
This comment is hidden because it contains spoiler information about the solution
Seems like the original solution was automaticly ported to a new GHC version, and that broke it. The code compiles fine with
NoPolyKinds
language extension set, so i propose enabling itMy solution passes sample tests, but fails to compile on submission
Idk, it looks like an internal problem
Could you explain how this works?
Haskell GHC 9.2.5
tan
related tests should accept answers expressed withcos
simple expressions
Nested expressions
There was a fix merged into scala tests, so hopefully issues with Scala translation are resolved. If there's still something wrong, please reraise the issue.
now it works, thank you!
Duplicate issue.
There's a fork with a fix waiting for approval, I am going to approve it and would ask you to let me know if it fixes the issue, is this ok?
Scala tests are flawed, identical c# code works just fine