Commit 2024-10-28 08:46 a9ecf75b
View on Github →chore: Rename Embedding
to IsEmbedding
(#18133)
Function.Embedding
is a type while Embedding
is a proposition, and there are many other kinds of embeddings than topological embeddings. Hence this PR is a step towards
- renaming
Embedding
toIsEmbedding
and similarly for neighboring declarations (whichEmbedding
is) - namespacing it inside
Topology