Documentation
Std
.
Data
.
TreeSet
.
Raw
.
DecidableEquiv
Search
return to top
source
Imports
Std.Data.TreeMap.Raw.DecidableEquiv
Std.Data.TreeSet.Raw.Basic
Imported by
Std
.
TreeSet
.
Raw
.
instDecidableEquiv
Decidable equivalence for
TreeSet.Raw
#
source
instance
Std
.
TreeSet
.
Raw
.
instDecidableEquiv
{
α
:
Type
u}
{
cmp
:
α
→
α
→
Ordering
}
[
TransCmp
cmp
]
[
LawfulEqCmp
cmp
]
{
t₁
t₂
:
Raw
α
cmp
}
(
h₁
:
t₁
.
WF
)
(
h₂
:
t₂
.
WF
)
:
Decidable
(
t₁
.
Equiv
t₂
)
Equations