ea04414058
see new tests for a summary of new features see issue #800
11 lines
214 B
Text
11 lines
214 B
Text
import data.set data.finset
|
|
open nat set finset
|
|
|
|
constant S : set nat
|
|
constant s : finset nat
|
|
|
|
check {x ∈ S | x > 0}
|
|
check {x ∈ s | x > 0}
|
|
set_option pp.all true
|
|
check {x ∈ S | x > 0}
|
|
check {x ∈ s | x > 0}
|