Skip to content

Commit f930f16

Browse files
Tiny bit of upstreaming missed in prev commit
1 parent 4a654b2 commit f930f16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

TypeTheory/ALV2/SplitTypeCat_ComprehensionCat.v

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,8 +429,6 @@ Section SplitTypeCat_from_DiscreteComprehensionCat.
429429
: typecat_structure C
430430
:= (_ ,, typecat_structure2_from_discrete_comprehension_cat_structure).
431431

432-
Arguments unique_lift : simpl never. (* TODO: upstream *)
433-
434432
Definition is_split_typecat_from_discrete_comprehension_cat_structure
435433
: is_split_typecat typecat_structure_from_discrete_comprehension_cat_structure.
436434
Proof.

TypeTheory/Auxiliary/DisplayedCategories.v

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ Section Discrete_Fibrations.
149149
: ∃! d' : D c', d' -->[f] d
150150
:= pr1 H_D c c' f d.
151151

152+
Arguments unique_lift : simpl never.
153+
152154
Definition lift_source {C} {D : disp_cat C} (H_D : is_discrete_fibration D)
153155
{c c'} (f : c' --> c) (d : D c)
154156
: D c'

0 commit comments

Comments
 (0)