aboutsummaryrefslogtreecommitdiff
path: root/HoTT_Typing.thy
diff options
context:
space:
mode:
Diffstat (limited to 'HoTT_Typing.thy')
-rw-r--r--HoTT_Typing.thy2
1 files changed, 1 insertions, 1 deletions
diff --git a/HoTT_Typing.thy b/HoTT_Typing.thy
index 6433139..ec7456e 100644
--- a/HoTT_Typing.thy
+++ b/HoTT_Typing.thy
@@ -27,7 +27,7 @@ section \<open>Terms and typing\<close>
typedecl t \<comment> \<open>Type of object-logic terms (which includes the types)\<close>
-judgment has_type :: "[t, t] \<Rightarrow> prop" ("(3_:/ _)")
+judgment has_type :: "[t, t] \<Rightarrow> prop" ("(3_ :/ _)")
section \<open>Typing functionality\<close>