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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user