-
Notifications
You must be signed in to change notification settings - Fork 123
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
Merge Cryptol::Extras
into Prelude
#427
Comments
Personally, I'm in favor of merging |
Now that it's pretty fast to load, I think it's probably worth doing. |
We now have some redundant functions in the prelude:
Which names should we get rid of, and which should we keep? |
I think we should get rid of the new names, deleting |
Seems reasonable to me. |
These were recently moved here from Cryptol::Extras. They are duplicates of existing functions `complement`, `zext`, and `sext`. See #427.
Now that issue #302 is closed, what are the thoughts on merging
Cryptol::Extras
intoPrelude
?Advantages:
Disadvantages:
The text was updated successfully, but these errors were encountered: