-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds a page about our progress on [_Formalizing 100 Theorems_](https://www.cs.ru.nl/~freek/100/).
- Loading branch information
1 parent
c1a469f
commit 346e0c1
Showing
11 changed files
with
360 additions
and
22 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,20 @@ | ||
# Formalization of results from the literature | ||
|
||
> This page is a work in early progress. To see what's happening behind the | ||
> scenes, you can have a look at the associated GitHub issue | ||
> This page is currently under construction. To see what's happening behind the | ||
> scenes, see the associated GitHub issue | ||
> [#1055](https://github.com/UniMath/agda-unimath/issues/1055). | ||
|
||
## References | ||
|
||
{{#bibliography}} {{#reference SvDR20}} {{#reference Shu17}} | ||
|
||
## Files in the namespace | ||
## Modules in the literature namespace | ||
|
||
```agda | ||
module literature where | ||
|
||
open import literature.100-theorems public | ||
open import literature.idempotents-in-intensional-type-theory public | ||
open import literature.sequential-colimits-in-homotopy-type-theory public | ||
``` | ||
|
||
## References | ||
|
||
{{#bibliography}} {{#reference SvDR20}} {{#reference Shu17}} | ||
{{#reference 100theorems}} |
Oops, something went wrong.