diff options
author | Josh Chen | 2018-09-12 09:10:08 +0200 |
---|---|---|
committer | Josh Chen | 2018-09-12 09:10:08 +0200 |
commit | f0999d07a0f41284ba84fae725a0186e0ec9ff5f (patch) | |
tree | da0230622b35e2be6a1739ce393fc7465632cfe4 | |
parent | 9cc9be2c6a86a6e31049c1f3512fa0b9806e03e9 (diff) |
Final commit before first release
Diffstat (limited to '')
-rw-r--r-- | Univalence.thy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Univalence.thy b/Univalence.thy index 8599ba7..b7f4400 100644 --- a/Univalence.thy +++ b/Univalence.thy @@ -171,7 +171,7 @@ qed text "The univalence axiom." axiomatization univalence :: Term where - ua: "univalence: isequiv idtoeqv" + UA: "univalence: isequiv idtoeqv" end |