feat(library/init/logic): allow exists.intro to be used in pattern matching
This commit is contained in:
parent
ab539971a6
commit
d2e393c779
1 changed files with 1 additions and 0 deletions
|
|
@ -542,6 +542,7 @@ inductive Exists {α : Type u} (p : α → Prop) : Prop
|
|||
|
||||
attribute [intro] Exists.intro
|
||||
|
||||
@[pattern]
|
||||
def exists.intro := @Exists.intro
|
||||
|
||||
notation `exists` binders `, ` r:(scoped P, Exists P) := r
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue