moving broken file Typed

This commit is contained in:
wadler 2018-05-26 16:22:30 -03:00
parent e77f3d9d17
commit 39d8d75f71
2 changed files with 1 additions and 1 deletions

View file

@ -39,7 +39,7 @@ open import Relation.Nullary.Product using (_×-dec_)
## Collections
\begin{code}
module Collections (A : Set) (_≟_ : ∀ (x y : A) → Dec (x ≡ y)) where
module fresh.Collections (A : Set) (_≟_ : ∀ (x y : A) → Dec (x ≡ y)) where
Coll : Set → Set
Coll A = List A