diff options
author | Josh Chen | 2018-08-18 14:32:29 +0200 |
---|---|---|
committer | Josh Chen | 2018-08-18 14:32:29 +0200 |
commit | cf7b0d7b3a10a65c2d382faad909bfb83b194fc7 (patch) | |
tree | 01f88cee9019a32c319ca4064ff7f8838eeab408 | |
parent | 25c9fda31bb49a0f825f4010fe3d26f6749fc34a (diff) |
Output formatting
Diffstat (limited to '')
-rw-r--r-- | HoTT_Base.thy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/HoTT_Base.thy b/HoTT_Base.thy index 647593e..1b8c526 100644 --- a/HoTT_Base.thy +++ b/HoTT_Base.thy @@ -25,7 +25,7 @@ text " " consts - has_type :: "[Term, Term] \<Rightarrow> prop" ("(1_: _)" [0, 0] 1000) + has_type :: "[Term, Term] \<Rightarrow> prop" ("(3_:/ _)" [0, 0] 1000) section \<open>Universe hierarchy\<close> |