Skip to content

Commit f49142f

Browse files
committed
test
1 parent b6081e1 commit f49142f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

_CoqProject.test-suite

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ examples/Coq2020_material/CoqWS_expansion/withHB.v
5454
examples/Coq2020_material/CoqWS_expansion/withoutHB.v
5555

5656
examples/cat/cat.v
57+
tests/enriched_cat_case6.v
5758

5859
tests/type_of_exported_ops.v
5960
tests/duplicate_structure.v

tests/enriched_cat_case6.v

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,7 @@ eapply functional_extensionality; intro x0.
467467
refine (mrid _).
468468
Qed.
469469

470+
stop
470471

471472
Program Definition icmfunQ_isICAlg (A B: ICMon.type) :
472473
isICAlg (hom A B) := isICAlg.Build (hom A B) _ _.

0 commit comments

Comments
 (0)