74 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Contribution activity
April 2025
Created 5 commits in 1 repository
Reviewed 1 pull request in 1 repository
agda/agda
1 pull request
-
Fix #7803 fix #7811: new error PathAbstractionFailed instead of crash
This contribution was made on Apr 18
Created an issue in agda/agda that received 3 comments
Lack of parentheses when giving infix expression on the left of application
In the following code, pressing C-c C-SPC
results in F ∘ F A
instead of the expected (F ∘ F) A
:
postulate _∘_ : (Set → Set) → (Set → Set) → Set → Set
3
comments
Opened 1 other issue in 1 repository
agda/agda
1
closed
-
Internal error with Path and with-abstraction
This contribution was made on Apr 16