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.
Should be fixed, and sorry for the trouble.
I might have broken something when doing an update. I will take a look later today.
Trying to run the tests in C# but this is what I get:
tests/Fixture.cs(62,37): error CS0118: 'Complex' is a namespace but is used like a variable
Language.Haskell.Exts
used by the tests can't parseforall
s without{-# LANGUAGE ExplicitForAll #-}
or any other extension that implies it.fork is approved. if it works, issue can be resolved.
Haskell fork that qualifies the imports for the sample/submission tests.
i do not use any type applications, but for convienience i implement some prelude function such as catMaybeS and so on. is that affect?
Have you use type application?
After removing type applications, I pass all the tests.
Failed to parse solution for "do not use implemented Prelude" test, got messsage:
But I really cannot findout which function in my code is the 'implemented Prelude', can we provide more specific limits?
besides, here is the Prelude functions I used:
The tests should limit the imports from the solution to only those being tested, as any defined helpers may clash with names in the tests.
That kata has been sent back to draft, closing
Approved
python new test framework is required. updated in this fork
This comment is hidden because it contains spoiler information about the solution
nice kata!
Loading more items...