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
EmbeddingtoIsEmbeddingand similarly for neighboring declarations (whichEmbeddingis) - namespacing it inside
Topology