aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Chen2019-02-05 18:29:10 +0100
committerJosh Chen2019-02-05 18:29:10 +0100
commit8759a6ff0dbe5f0e9dbc28ab2711c54bed7ffa44 (patch)
treed4b181d7e00ee377f9dd22d39d97174d0350186e
parentd70da13b7fd36509c1d843d139a0b99c6acb8cc6 (diff)
Decided to keep terms eta-expanded
-rw-r--r--HoTT_Base.thy2
1 files changed, 2 insertions, 0 deletions
diff --git a/HoTT_Base.thy b/HoTT_Base.thy
index aa13815..88cf986 100644
--- a/HoTT_Base.thy
+++ b/HoTT_Base.thy
@@ -18,6 +18,8 @@ begin
section \<open>Terms and typing\<close>
+declare[[eta_contract=false]]
+
typedecl t \<comment> \<open>Type of object-logic terms (which includes the types)\<close>
judgment has_type :: "[t, t] \<Rightarrow> prop" ("(3_:/ _)")