lean2/tests/lean/768.lean
2015-08-08 04:20:17 -07:00

11 lines
245 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import data.set data.finset
open set finset
variables (A : Type) [deceqA : decidable_eq A]
include deceqA
variables s t : finset A
set_option pp.coercions true
set_option pp.notation false
set_option pp.full_names true
check (s t : set A)