Highlights
- Pro
Popular repositories Loading
-
AgileWebDevDemo
AgileWebDevDemo PublicExample code for showing the awesomeness of web dev
-
-
agda-routing
agda-routing PublicAn Agda library for reasoning about asynchronous iterative algorithms and network routing problems
-
UKRacketlon
UKRacketlon PublicJoomla template and custom components for the UK Racketlon website (www.racketlon.co.uk)
256 contributions in the last year
Day of Week | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | ||||||||||||||||||||||||||||||||||||||||
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
Activity overview
Contributed to
agda/agda-stdlib,
vehicle-lang/vehicle,
MatthewDaggitt/AgileWebDev2025
and 7 other
repositories
Loading
Contribution activity
June 2025
Created 4 commits in 2 repositories
Created a pull request in agda/agda-stdlib that received 36 comments
Some preparatory proofs for proving sorting+permutation is equality #2724
I've been sniped by #2723. This is a preparatory PR for the full proof that sorting two lists that are permutations of each other result in equal l…
+184
−63
lines changed
•
36
comments
Opened 4 other pull requests in 3 repositories
vehicle-lang/vehicle
2
merged
-
Fix tests broken in adeca3e
This contribution was made on Jun 17
-
Switch Vehicle lang to use Tensors as primitives
This contribution was made on Jun 16
VNNLIB/VNNLIB-Standard
1
merged
-
Tidying up and feedback
This contribution was made on Jun 12
agda/agda-stdlib
1
closed
-
Some preparatory proofs for proving sorting+permutation is equality
This contribution was made on Jun 2
Reviewed 7 pull requests in 1 repository
agda/agda-stdlib
7 pull requests
-
Some preparatory proofs for proving sorting+permutation is equality #2724
This contribution was made on Jun 15
-
Refactor
Data.Vec.Properties
: Add toList-injective and new lemmasThis contribution was made on Jun 15 -
Some lemmata for non-empty lists
This contribution was made on Jun 15
-
[ add ]
Reflects
for unit and empty typesThis contribution was made on Jun 4 -
Insertion sort and its properties. A bug in MergeSort.agda is fixed.
This contribution was made on Jun 3
-
[Add] Initial files for Domain theory
This contribution was made on Jun 2
-
[ add ]
Relation.Binary.Properties.PartialSetoid
This contribution was made on Jun 2
Created an issue in agda/agda that received 1 comment
Supporting misfix notation for function arrows
Is there any technical reason in the parser why we couldn't use misfix notation with function arrows? e.g. test : Set → Set → Set test = _→_ This f…
1
comment