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

Improve and add a few path operators #746

Merged
merged 4 commits into from
Apr 25, 2022
Merged

Improve and add a few path operators #746

merged 4 commits into from
Apr 25, 2022

Conversation

anuyts
Copy link
Contributor

@anuyts anuyts commented Mar 27, 2022

No description provided.

Copy link
Collaborator

@mortberg mortberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a question, then I would be happy to merge

@@ -261,7 +261,7 @@ subst2 : ∀ {ℓ' ℓ''} {B : Type ℓ'} {z w : B} (C : A → B → Type ℓ'')
(p : x ≡ y) (q : z ≡ w) → C x z → C y w
subst2 B p q b = transport (λ i → B (p i) (q i)) b

substRefl : (px : B x) → subst B refl px ≡ px
substRefl : ∀ {B : A → Type ℓ} {x} → (px : B x) → subst B refl px ≡ px
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why add these to the type?

Copy link
Contributor Author

@anuyts anuyts Apr 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I needed to explicitly pass the value for A and somewhere. The type of B defines a name for A and .

@mortberg mortberg merged commit 6bc2df7 into agda:master Apr 25, 2022
@anuyts anuyts deleted the pathops branch April 26, 2022 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants