diff options
author | Josh Chen | 2019-02-05 18:29:10 +0100 |
---|---|---|
committer | Josh Chen | 2019-02-05 18:29:10 +0100 |
commit | 8759a6ff0dbe5f0e9dbc28ab2711c54bed7ffa44 (patch) | |
tree | d4b181d7e00ee377f9dd22d39d97174d0350186e | |
parent | d70da13b7fd36509c1d843d139a0b99c6acb8cc6 (diff) |
Decided to keep terms eta-expanded
-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 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_:/ _)") |