Skip to content

Commit

Permalink
Merge pull request #11 from TheoWinterhalter/discr
Browse files Browse the repository at this point in the history
Discrimination of erased natural numbers
  • Loading branch information
TheoWinterhalter authored May 28, 2024
2 parents b29a2ec + 98ba3cd commit 873af06
Show file tree
Hide file tree
Showing 3 changed files with 679 additions and 0 deletions.
1 change: 1 addition & 0 deletions _CoqProject
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ theories/Model.v
theories/Admissible.v

theories/FreeTheorem.v
theories/Examples.v

theories/RTyping.v
theories/Potential.v
Expand Down
2 changes: 2 additions & 0 deletions doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,15 @@ Autosubst library and some notations.
| [Model] | Consequences of the model |
| [Admissible] | Simpler typing rules for GTT, assuming injectivity of Π-types |
| [FreeTheorem] | Proof-of-concept free theorem for GTT |
| [Examples] | Examples from the paper |

[Erasure]: coqdoc/GhostTT.Erasure.html
[Revival]: coqdoc/GhostTT.Revival.html
[Param]: coqdoc/GhostTT.Param.html
[Model]: coqdoc/GhostTT.Model.html
[Admissible]: coqdoc/GhostTT.Admissible.html
[FreeTheorem]: coqdoc/GhostTT.FreeTheorem.html
[Examples]: coqdoc/GhostTT.Examples.html

### GRTT (theory with reflection of equality)

Expand Down
Loading

0 comments on commit 873af06

Please sign in to comment.