fix(library/data/set/basic): make set_of reducible
This commit is contained in:
parent
28a5ca5809
commit
9561e379c7
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ ext (take x, !or.right_distrib)
|
|||
/- set-builder notation -/
|
||||
|
||||
-- {x : X | P}
|
||||
definition set_of (P : X → Prop) : set X := P
|
||||
definition set_of [reducible] (P : X → Prop) : set X := P
|
||||
notation `{` binder `|` r:(scoped:1 P, set_of P) `}` := r
|
||||
|
||||
-- {x ∈ s | P}
|
||||
|
|
Loading…
Reference in a new issue