chore(examples/lean): use the same notation in the example set.lean
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
dd72269b13
commit
9b14744405
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
Definition Set (A : Type) : Type := A -> Bool
|
Definition Set (A : Type) : Type := A → Bool
|
||||||
|
|
||||||
Definition element {A : Type} (x : A) (s : Set A) := s x
|
Definition element {A : Type} (x : A) (s : Set A) := s x
|
||||||
Infix 60 ∈ : element
|
Infix 60 ∈ : element
|
||||||
|
|
Loading…
Reference in a new issue