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.
Fixed
Thanks!
You are right, there is a problem in randomtests: "they code only letters a-z, A-Z" so the string must not begin with a character outside a-z, A-Z (here, if it begins with "|" this character should not be coded and the prefix would be "||" hence the shift would not be known). I modified the randomtests. I hope it will work now for you! Unfortunately it seems that you are the first to try the F# translation:-(. Thanks for your post.