aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/closed/HoTT_coq_108.v
diff options
context:
space:
mode:
authorGravatar Matthieu Sozeau <matthieu.sozeau@inria.fr>2015-09-30 18:40:20 +0200
committerGravatar Matthieu Sozeau <mattam@mattam.org>2015-10-02 15:54:12 +0200
commit07e96102047f55be45bcb2e0a72ac3c764e398b1 (patch)
treedc1ce168ac64ec6c43bf330813afdf0fdcb5d2d2 /test-suite/bugs/closed/HoTT_coq_108.v
parent13337793ea7f709eaa50965797e4f79a3aa51a2b (diff)
Univs: minor fixes to test-suite files
108 used an implicit lowering to Prop.
Diffstat (limited to 'test-suite/bugs/closed/HoTT_coq_108.v')
-rw-r--r--test-suite/bugs/closed/HoTT_coq_108.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/closed/HoTT_coq_108.v b/test-suite/bugs/closed/HoTT_coq_108.v
index 4f5ef9974..b6c0da76b 100644
--- a/test-suite/bugs/closed/HoTT_coq_108.v
+++ b/test-suite/bugs/closed/HoTT_coq_108.v
@@ -107,7 +107,7 @@ Section path_functor.
Variable D : PreCategory.
Local Notation path_functor'_T F G
:= { HO : object_of F = object_of G
- | transport (fun GO => forall s d, morphism C s d -> morphism D (GO s) (GO d))
+ & transport (fun GO => forall s d, morphism C s d -> morphism D (GO s) (GO d))
HO
(morphism_of F)
= morphism_of G }