Skip to content

Commit c3df355

Browse files
Merge branch 'master' into adapt-to-unimath
2 parents 8172d2d + ba042d2 commit c3df355

File tree

4 files changed

+1992
-2
lines changed

4 files changed

+1992
-2
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
CwF_SplitTypeCat_TypeEquiv.v
1+
CwF_SplitTypeCat_TypeEquiv.v
2+
SplTCwF_TypeFormers.v
3+
CwF_Structure_Display.v
4+

TypeTheory/TypeConstructions/CwF_SplitTypeCat_TypeEquiv.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Local Definition Tm : functor _ _ := source pp.
3333
Local Definition ext {Γ : C} (A : Ty Γ : hSet) : C := pr11(pr22 CwF Γ A).
3434
Local Notation "Γ.: A" := (ext A) (at level 24).
3535

36-
Definition pi {Γ :C} (A : Ty Γ : hSet) : C⟦Γ.:A,Γ⟧ := pr21 (pr22 CwF _ A).
36+
Local Definition pi {Γ :C} (A : Ty Γ : hSet) : C⟦Γ.:A,Γ⟧ := pr21 (pr22 CwF _ A).
3737

3838
(* just a simple to use pp as a nat_trans *)
3939
Local Definition Nat_trans_morp {C : category} (Γ : C) (p : mor_total(preShv C))

0 commit comments

Comments
 (0)