fix(library/data/set/basic): make set_of reducible

This commit is contained in:
Jeremy Avigad 2015-09-20 19:54:46 -04:00
parent 28a5ca5809
commit 9561e379c7

View file

@ -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}