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

refactor: various refactoring #26

Merged
merged 6 commits into from
Nov 21, 2023
Merged

refactor: various refactoring #26

merged 6 commits into from
Nov 21, 2023

Conversation

favonia
Copy link
Contributor

@favonia favonia commented Nov 21, 2023

No description provided.

@favonia favonia changed the title refactor(Constant): reorder and group cases refactor: various refactoring Nov 21, 2023
@favonia favonia requested a review from TOTBWF November 21, 2023 14:53

εα : ⌞ A ⌟ ⊎ ⌞ B ⌟
εα = inr B.ε

⊗α-associative : ∀ (x y z : ⌞ A ⌟ ⊎ ⌞ B ⌟) → (x ⊗α (y ⊗α z)) ≡ ((x ⊗α y) ⊗α z)
⊗α-associative (inl a) (inl b) (inl c) = refl
Copy link
Collaborator

Choose a reason for hiding this comment

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

Nice!

@TOTBWF TOTBWF merged commit fd2b540 into main Nov 21, 2023
2 checks passed
@TOTBWF TOTBWF deleted the refactoring branch November 21, 2023 15:11
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.

2 participants