-
Notifications
You must be signed in to change notification settings - Fork 58
Multisets #722
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
Multisets #722
Conversation
|
There is still work to be done (moving helper lemmas to the right theories and cleanup), but I'd like some feedback on the interface. I provide two interfaces; one through @fdupress mentioned that you might want to give some feedback, @strub? One thing that might be possible to improve is the humongous proof of |
c939bf9 to
0c92055
Compare
|
@strub , I suggested that Oskar split the contributions to each standard library as a separate file to ease review, but just realised that github's UI does not really help with that. Is it better to split off the stdlib contributions as a separate PR altogether? Some comments from the offline discussion he and I had:
A couple more comments incoming straight in line. |
make `insert` consistent with `List`
No description provided.