mathlib
2861d4eb - feat(combinatorics/simple_graph/connectivity): walk constructor patterns with explicit vertices (#13078)

Commit
4 years ago
feat(combinatorics/simple_graph/connectivity): walk constructor patterns with explicit vertices (#13078) This saves a couple underscores, letting you write `walk.cons' _ v _ h p` instead of `@walk.cons _ _ _ v _ h p` when you want that middle vertex in a pattern.
Author
Parents
Loading