fixing colliding definitions of \notin
This commit is contained in:
parent
54eb41836f
commit
1298e7a2e8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue