[Merged by Bors] - refactor(Topology): use WithTopology to define WithConstructibleTopology#39621
[Merged by Bors] - refactor(Topology): use WithTopology to define WithConstructibleTopology#39621chrisflav wants to merge 3 commits into
WithTopology to define WithConstructibleTopology#39621Conversation
PR summary 80da5d5662Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
|
✌️ chrisflav can now approve this pull request until 2026-06-17 03:03 UTC (in 2 weeks). To approve and merge, reply with |
|
Thanks for the reviews! |
…pology` (#39621) We replace the type synonym `WithConstructibleTopology` by `WithTopology _ (constructibleTopology X)`. This breaks the def-eq `X = WithConstructibleTopology X`, which was luckily not abused much yet.
|
Pull request successfully merged into master. Build succeeded:
|
WithTopology to define WithConstructibleTopologyWithTopology to define WithConstructibleTopology
…pology` (leanprover-community#39621) We replace the type synonym `WithConstructibleTopology` by `WithTopology _ (constructibleTopology X)`. This breaks the def-eq `X = WithConstructibleTopology X`, which was luckily not abused much yet.
…pology` (leanprover-community#39621) We replace the type synonym `WithConstructibleTopology` by `WithTopology _ (constructibleTopology X)`. This breaks the def-eq `X = WithConstructibleTopology X`, which was luckily not abused much yet.
We replace the type synonym
WithConstructibleTopologybyWithTopology _ (constructibleTopology X). This breaks the def-eqX = WithConstructibleTopology X, which was luckily not abused much yet.