Compare commits

...

1 Commits

Author SHA1 Message Date
Kim Morrison
370724995d feat: grind_pattern for Subtype.property 2025-11-22 11:19:07 +11:00

View File

@@ -631,6 +631,8 @@ structure Subtype {α : Sort u} (p : α → Prop) where
-/
property : p val
grind_pattern Subtype.property => self.val
set_option linter.unusedVariables.funArgs false in
/--
Gadget for optional parameter support.