diff options
author | Josh Chen | 2018-09-18 21:20:08 +0200 |
---|---|---|
committer | Josh Chen | 2018-09-18 21:20:08 +0200 |
commit | 59a1409b1d15860344e91a4512b60ab8d4368e44 (patch) | |
tree | fe25a144dfac0727a71371176d3f63927407d2d9 /HoTT_Base.thy | |
parent | c93932c689640a530de946f35a0a9dc82e56e776 (diff) | |
parent | f9bbcffd4a45599c306815104dccb6b549b306ee (diff) |
Merge branch 'larsrh-topic/root'
Diffstat (limited to '')
-rw-r--r-- | HoTT_Base.thy | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/HoTT_Base.thy b/HoTT_Base.thy index 2ad0ac5..69cc1b1 100644 --- a/HoTT_Base.thy +++ b/HoTT_Base.thy @@ -14,6 +14,8 @@ begin section \<open>Basic setup\<close> +declare[[eta_contract=false]] + typedecl t \<comment> \<open>Type of object types and terms\<close> typedecl ord \<comment> \<open>Type of meta-level numerals\<close> |