diff options
author | Chloe Brown <chloe.brown.00@outlook.com> | 2024-01-22 11:51:56 +0000 |
---|---|---|
committer | Chloe Brown <chloe.brown.00@outlook.com> | 2024-01-22 11:51:56 +0000 |
commit | 4527250aee1d1d4655e84f0583d04410b7c53642 (patch) | |
tree | a87ce7f38a26b1d9fb11248f9428704816fc4fb4 /advent-of-proof.agda-lib |
Completed all problems save 12, where I had to postulate two lemma.
Diffstat (limited to 'advent-of-proof.agda-lib')
-rw-r--r-- | advent-of-proof.agda-lib | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/advent-of-proof.agda-lib b/advent-of-proof.agda-lib new file mode 100644 index 0000000..c647589 --- /dev/null +++ b/advent-of-proof.agda-lib @@ -0,0 +1,4 @@ +name: advent-of-proof +depend: standard-library +include: src +flags: --without-K |