mathlib
658cd387
- feat(tactic/derive_fintype): derive fintype instances (#3772)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
5 years ago
feat(tactic/derive_fintype): derive fintype instances (#3772) This adds a `@[derive fintype]` implementation, like so: ``` @[derive fintype] inductive foo (α : Type) | A : α → foo | B : α → α → foo | C : α × α → foo | D : foo ```
Author
digama0
Parents
18746ef6
Loading