mirror of https://github.com/nmvdw/HITs-Examples
Add a comment regarding the use of `Topped`
This commit is contained in:
parent
4fafbf175e
commit
55136b24e7
|
@ -155,6 +155,7 @@ Section min_set.
|
||||||
Context `{TotalOrder A}.
|
Context `{TotalOrder A}.
|
||||||
Context `{Univalence} `{IsHSet A}.
|
Context `{Univalence} `{IsHSet A}.
|
||||||
|
|
||||||
|
(* The reason why we put an additional element on top, is so that we can take the minimum of two results when considering union *)
|
||||||
Definition min_set : FSet A -> Topped A.
|
Definition min_set : FSet A -> Topped A.
|
||||||
Proof.
|
Proof.
|
||||||
hrecursion.
|
hrecursion.
|
||||||
|
|
Loading…
Reference in New Issue