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.
There's a tab character in the Test.hs for this problem.
To be more specific, the system will never allow a solution being submitted because a simple stderr:
STDERR:
/tmp/haskell117027-18-yv6ht6.z39lr3sor/Codewars/G/Persistence/Test.hs:4:17: Warning:
Tab character
This tab character is exist in both client side example test code and server side test code, and the system misinterpreted the meaning of GHC warning and considered it as a error from the player.
The tab character is right after the statement "import Data.Char" and should be removed in order to make the problem working again.