Skip to content

Commit 8dcc96b

Browse files
Merge pull request #189 from tvignon/types_structure_over_cwf
Sigma, Pi and Identity Types structure over cwf
2 parents d25bb14 + 6b486ed commit 8dcc96b

File tree

3 files changed

+768
-2
lines changed

3 files changed

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

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)