aboutsummaryrefslogtreecommitdiff
path: root/spartan/theories/Identity.thy
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--spartan/theories/Identity.thy2
1 files changed, 1 insertions, 1 deletions
diff --git a/spartan/theories/Identity.thy b/spartan/theories/Identity.thy
index 0edf20e..19b8b7a 100644
--- a/spartan/theories/Identity.thy
+++ b/spartan/theories/Identity.thy
@@ -261,7 +261,7 @@ Lemma transport_comp [comps]:
"A: U i"
"\<And>x. x: A \<Longrightarrow> P x: U i"
shows "trans P (refl a) \<equiv> id (P a)"
- unfolding transport_def id_def by reduce
+ unfolding transport_def by reduce
\<comment> \<open>TODO: Build transport automation!\<close>