fixing colliding definitions of \notin

This commit is contained in:
wadler 2018-05-15 10:38:52 -03:00
parent 54eb41836f
commit 1298e7a2e8

View file

@ -276,7 +276,7 @@ erase-lemma (⊢Y ⊢M) = cong `Y_ (erase-lemma ⊢M)
### Lists as sets
\begin{code}
open Collections (Id) (_≟_)
open Collections (Id) (_≟_) hiding (_∉_)
\end{code}
### Free variables