Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

restores compilation after UniMath PR1829 #242

Merged
merged 1 commit into from
Jan 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions TypeTheory/OtherDefs/CwF_Pitts_natural.v
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Definition pullback_structure {X : tt_structure} (Y : comp_structure X) : UU
invmap (yoneda_weq C _ (Tm X)) (q Y Γ A) ;; p X
=
#(yoneda _ ) (pi Y Γ A) ;; invmap (yoneda_weq _ _ (Ty X)) A ,
isPullback(C:=[(C^op)%Cat, SET]) H.
isPullback(C:=[(C^op), SET]) H.

Definition comp_comm {X : tt_structure } {Y : comp_structure X} (Z : pullback_structure Y)
: forall Γ (A : Ty X $p Γ),
Expand All @@ -109,7 +109,7 @@ Definition comp_comm {X : tt_structure } {Y : comp_structure X} (Z : pullback_st

Definition is_Pullback_comp {X : tt_structure } {Y : comp_structure X} (Z : pullback_structure Y)
: forall Γ (A : Ty X $p Γ),
isPullback(C:=[(C^op)%Cat, SET]) (comp_comm Z _ _ )
isPullback(C:=[(C^op), SET]) (comp_comm Z _ _ )
:= fun Γ A => pr2 (Z Γ A).

Definition is_natural_CwF : UU
Expand Down
Loading