WIP: Port the Isomorphism Reasoning module#2
Open
VictorCMiraldo wants to merge 8 commits intojkopanski:mainfrom
Open
WIP: Port the Isomorphism Reasoning module#2VictorCMiraldo wants to merge 8 commits intojkopanski:mainfrom
VictorCMiraldo wants to merge 8 commits intojkopanski:mainfrom
Conversation
Co-authored-by: Conal Elliott <conal@conal.net>
I've followed it up by making it one anyway
Initially I wanted to do it as dependent product, e.g.: ` Σ[ 𝒞 ∈ Signatures.Category ] (IsCategory 𝒞)`. But that would require to declare explicit module, like: ``` module Category (𝒞 : Category) where open Signatures.Category (×.proj₁ 𝒞) public open IsCategory (×.proj₂ 𝒞) public ``` which is the convenience that I'm after. Record can have other definitions as well. I'm using those to define regular functor from the cartesian.
f79a9e7 to
28a435d
Compare
c972555 to
481e67d
Compare
29d782b to
38833c0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(work-in-progress)
Does what it says on the tin.