diff options
author | Josh Chen | 2018-08-18 21:28:21 +0200 |
---|---|---|
committer | Josh Chen | 2018-08-18 21:28:21 +0200 |
commit | e1be5f97bb2a42b3179bc24b118d69af137f8e5d (patch) | |
tree | 37fa2dacc40261bf37726e23121df0ba5b9af68e /ex/HoTT book | |
parent | 03c734ea067bd28210530d862137133e2215ca80 (diff) |
Regrouping type rules
Diffstat (limited to '')
-rw-r--r-- | ex/HoTT book/Ch1.thy | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ex/HoTT book/Ch1.thy b/ex/HoTT book/Ch1.thy index cc0adf5..d5f05dd 100644 --- a/ex/HoTT book/Ch1.thy +++ b/ex/HoTT book/Ch1.thy @@ -1,6 +1,5 @@ (* Title: HoTT/ex/HoTT book/Ch1.thy Author: Josh Chen - Date: Aug 2018 A formalization of some content of Chapter 1 of the Homotopy Type Theory book. *) @@ -41,4 +40,4 @@ proof (rule Sum_elim[where ?p=p]) qed (derive lems: assms) -end
\ No newline at end of file +end |