File tree Expand file tree Collapse file tree
Mathlib/Geometry/Manifold Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ variable {s : E → E'} in
6767These elaborators can be combined: `CMDiffAt[u] n (T% s) x`
6868
6969**Warning.** These elaborators are a proof of concept; the implementation should be considered a
70- prototype. Don't rewrite all of mathlib to use it just yet. Notable bugs and limitations include
70+ prototype. Don't rewrite all of mathlib to use it just yet. Notable limitations include
7171the following.
7272
7373## TODO
@@ -76,10 +76,8 @@ the following.
7676 is correct 90% of the time).
7777 For products of vector spaces `E × F`, this could print a warning about making a choice between
7878 the model in `E × F` and the product of the models on `E` and `F`.
79- - extend the elaborators to support `OpenPartialHomeomorph`s and `PartialEquiv`s
80- - better error messages (as needed)
81- - further testing and fixing of edge cases
82- - add tests for all of the above
79+ - better error messages (as needed), with tests
80+ - further testing and fixing of edge cases (with tests)
8381- add delaborators for these elaborators
8482
8583 -/
You can’t perform that action at this time.
0 commit comments