moving broken file Typed
This commit is contained in:
parent
e77f3d9d17
commit
39d8d75f71
2 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ open import Relation.Nullary.Product using (_×-dec_)
|
||||||
## Collections
|
## Collections
|
||||||
|
|
||||||
\begin{code}
|
\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 : Set → Set
|
||||||
Coll A = List A
|
Coll A = List A
|
||||||
|
|
Loading…
Reference in a new issue