aboutsummaryrefslogtreecommitdiff
path: root/mltt
diff options
context:
space:
mode:
authorJosh Chen2021-04-17 17:41:56 +0100
committerJosh Chen2021-04-17 17:41:56 +0100
commit75ab44cc1d2ad63864ecb43215a56538748fc0d3 (patch)
tree58e3b532fd01502b4c2fa9bf237a3b0970b16e57 /mltt
parent54df7336797dfa07124652a9eb75aac978a1a359 (diff)
parent092875d160a2d18c94bde41c6472e8031ab57313 (diff)
Merge branch 'dev'
Diffstat (limited to 'mltt')
-rw-r--r--mltt/core/MLTT.thy2
1 files changed, 1 insertions, 1 deletions
diff --git a/mltt/core/MLTT.thy b/mltt/core/MLTT.thy
index ea6462a..cd8ae42 100644
--- a/mltt/core/MLTT.thy
+++ b/mltt/core/MLTT.thy
@@ -443,7 +443,7 @@ Lemma funcomp_lambda_comp [comp]:
Lemma funcomp_apply_comp [comp]:
assumes
- "A: U i" "B: U i" "\<And>x y. x: B \<Longrightarrow> C x: U i"
+ "A: U i" "B: U i" "\<And>x. x: B \<Longrightarrow> C x: U i"
"f: A \<rightarrow> B" "g: \<Prod>x: B. C x"
"x: A"
shows "(g \<circ>\<^bsub>A\<^esub> f) x \<equiv> g (f x)"