-
Notifications
You must be signed in to change notification settings - Fork 465
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
feat: replay constants into an Environment #2617
Conversation
|
Does this not conflict with the Having some issues trying to write a nix derivation for the current mathlib. |
@enricozb, yes, it conflicts. The |
Ah got it thanks for the info, didn't realize mathlib had a nightly branch. Thanks! |
* fix: use replay from leanprover/lean4#2617 * chore: adapt to leanprover/lean4#2621 * bump to v4.2.0-rc2
This is the core functionality of
lean4checker
.It is separately useful for users who need to copy constants from one
Environment
to another safely, without usingEnvironment.add
, which we will like to make private as in #2604.