1
0
mirror of https://github.com/nmvdw/HITs-Examples synced 2025-12-16 07:03:51 +01:00

Fix the globality of an instance and simplify bfin_union a bit

This commit is contained in:
2017-09-24 18:34:35 +02:00
parent 206bf9edb6
commit bd91e18ad6
2 changed files with 6 additions and 13 deletions

View File

@@ -24,7 +24,7 @@ Section sub_classes.
Variable C : (A -> hProp) -> hProp.
Context `{Univalence}.
Instance subobject_lattice : Lattice (Sub A).
Global Instance subobject_lattice : Lattice (Sub A).
Proof.
apply _.
Defined.
@@ -75,4 +75,4 @@ Section intersect.
strip_truncations.
apply (inl (tr (t2^ @ t1))).
Defined.
End intersect.
End intersect.