-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Difference between CharIn and Either #22
Comments
I like your suggested simplification with The reason is:
I agree that |
Yeah, though it's a bit weird to say |
With You could say
Doe Another alternative would be to decide what implementation is used in the |
What is the difference between
CharIn
andEither
?CharIn
isn't restricted toChar
types, so that might not be the best name, but maybe bothCharIn
andEither
could beOneOf
?The text was updated successfully, but these errors were encountered: