-
Notifications
You must be signed in to change notification settings - Fork 97
WIP: produce Expr directly for Verso docs instead of term syntax #453
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
base: main
Are you sure you want to change the base?
Conversation
Hopefully this makes big documents go faster once it percolates through
|
Unfortunately, building the manual did not get faster. On On this branch, it's: |
|
OTOH, elaboration time did improve. With just building oleans, this branch gives: while so this branch is worth testing with the new compiler. |
| -/ | ||
| def usingExamplesEnv (act : m α) : m α := do | ||
| if let some (envRef : EnvRef) := (← parameterValue? envParameter) then | ||
| let env ← envRef.val.get |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This could be called "examplesEnv"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, that's a better name
|
Corresponding branch of reference manual: leanprover/reference-manual#587 |
This should decrease build times. For now, this branch is a way to test that.