aboutsummaryrefslogtreecommitdiff
path: root/spartan/theories/Identity.thy
diff options
context:
space:
mode:
authorJosh Chen2020-04-02 23:27:06 +0200
committerJosh Chen2020-04-02 23:27:06 +0200
commit2781c68f0fdb435827097efc497c2172d6050e50 (patch)
tree4f0e05000a490b9b9e33e8d082d96bfd5d83152f /spartan/theories/Identity.thy
parent0ddab0fe11c33fc559fc8fb58528618efdbc93a4 (diff)
1. make id function an abbrev. 2. fix reduce method
Diffstat (limited to 'spartan/theories/Identity.thy')
-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>