[Agda] decidable _∈_

Sergei Meshveliani mechvel at botik.ru
Thu Dec 5 12:28:23 CET 2013


People,
I write
         _∈?_ x =  Data.List.Any.any (_≟_ x)

for the decidable list membership.
But may be Standard library needs to have this   
                                  _∈_ : (x : A) → Decidable (_∈_ x)
?

Thanks,

------
Sergei



More information about the Agda mailing list