aboutsummaryrefslogtreecommitdiff
path: root/HoTT_Typing.thy
diff options
context:
space:
mode:
authorJosh Chen2019-02-22 19:43:53 +0100
committerJosh Chen2019-02-22 19:43:53 +0100
commit0036345412d5c145b63693ed672b175018fa3791 (patch)
tree8891c33960036c19bafe50df3cdd08518af06c14 /HoTT_Typing.thy
parentf39f927579dfac2fc363d4eb9c4777c191143fb3 (diff)
Proof of pathcomp associativity done. Some comments
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>