Skip to content

Commit 9b44efa

Browse files
committed
Update docs
1 parent 3c9fb27 commit 9b44efa

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

Mathlib/Geometry/Manifold/Notation.lean

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ variable {s : E → E'} in
6767
These 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
7171
the 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
-/

0 commit comments

Comments
 (0)