7 kyu
Maybe - concat 2 maybe's
141 of 251wichu
Loading description...
Fundamentals
View
This comment has been reported as {{ abuseKindText }}.
Show
This comment has been hidden. You can view it now .
This comment can not be viewed.
- |
- Reply
- Edit
- View Solution
- Expand 1 Reply Expand {{ comments?.length }} replies
- Collapse
- Spoiler
- Remove
- Remove comment & replies
- Report
{{ fetchSolutionsError }}
-
-
Your rendered github-flavored markdown will appear here.
-
Label this discussion...
-
No Label
Keep the comment unlabeled if none of the below applies.
-
Issue
Use the issue label when reporting problems with the kata.
Be sure to explain the problem clearly and include the steps to reproduce. -
Suggestion
Use the suggestion label if you have feedback on how this kata can be improved.
-
Question
Use the question label if you have questions and/or need help solving the kata.
Don't forget to mention the language you're using, and mark as having spoiler if you include your solution.
-
No Label
- Cancel
Commenting is not allowed on this discussion
You cannot view this solution
There is no solution to show
Please sign in or sign up to leave a comment.
Scala translation kumited. Please review and approve. Thanks, suic
As the author is inactive. Can some poweruser approve the translation? Thanks, suic
PureScript Translation Kumited - please accept :D
MaybeConcatSpec.hs:1:53: Not in scope:
main' Perhaps you meant
min' (imported from Prelude)This kata assumes that concatenation will add a space. The test case should remove the space between "Hello" and "World".
Specified incompletely, tested incompletely. Not much satisfied.
The implementation does not do the idea of the kata justice.
Haskell deserved better.
Need random tests
Need to test for Nothing
Done.
It's not clear what you want to do with
Nothing
arguments.It's a part of the task.
I agree. String ++ Nothing = Nothing or String? Both solutions seem to be possible. I guess this is gilgamec's trouble.