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

Implement safe data and enter. #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Implement safe data and enter. #10

wants to merge 2 commits into from

Conversation

Drup
Copy link
Contributor

@Drup Drup commented Oct 24, 2015

Following discussion #5. I really think it's better to hide unsafe combinators under the carpet, rather than creating a Safe module. Good defaults are important and user will not look further to use "the other combinators".

@Drup
Copy link
Contributor Author

Drup commented Oct 24, 2015

One thing I'm not satisfied is that it's still possible to place enter in a nonsensical way. I could enforce the proper placement of enter by typing, but it needs to change the API some more, and I'm not sure it's such an issue (the rule is quite simple and is explicit in the documentation).

@Drup Drup mentioned this pull request Oct 24, 2015
Drup added 2 commits November 7, 2015 14:07
Put the unsafe version in an Unsafe module.
@yminsky
Copy link

yminsky commented Dec 29, 2015

Having just stumbled into some of the same soundness issues, I'm interested in this patch. Any hope of getting it integrated? Having a safe API that one could stick to most of the time would be a lovely thing....

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

Successfully merging this pull request may close these issues.

2 participants