Skip to content
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

Support "Y" and "yes" and similar, not only 'y' and 'n' as answers #67

Closed
chshersh opened this issue May 26, 2018 · 0 comments
Closed
Assignees

Comments

@chshersh
Copy link
Contributor

Basically we should create data type like this:

data Answer = Yes | No

And then write custom parser for this type.

@chshersh chshersh added this to the v1.0 Hackage upload milestone May 26, 2018
@vrom911 vrom911 self-assigned this May 26, 2018
vrom911 added a commit that referenced this issue May 27, 2018
vrom911 added a commit that referenced this issue May 28, 2018
vrom911 added a commit that referenced this issue May 28, 2018
* [#67] Add Answer data type

* Fix trueMessage

* Update CHANGELOG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants