Skip to content

Commit 4904006

Browse files
authored
Merge pull request #133 from coq-community/coq_19310
Adapt to rocq-prover/rocq#19310
2 parents 83711f4 + 0459e94 commit 4904006

File tree

5 files changed

+90
-90
lines changed

5 files changed

+90
-90
lines changed

tests/Morph_rw.dot.oracle

+8-8
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ Morph_Fequiv_refl [label="Fequiv_refl", URL=<Morph.html#Fequiv_refl>, fillcolor=
1414
Morph_Fequiv_sym [label="Fequiv_sym", URL=<Morph.html#Fequiv_sym>, fillcolor="#FFB57F"] ;
1515
RelationClasses_Equivalence [label="Equivalence", URL=<RelationClasses.html#Equivalence>, fillcolor="#E2CDFA"] ;
1616
RelationClasses_Build_Equivalence [label="Build_Equivalence", URL=<RelationClasses.html#Build_Equivalence>, fillcolor="#7FAAFF"] ;
17-
RelationClasses_Symmetric [label="Symmetric", URL=<RelationClasses.html#Symmetric>, fillcolor="#F070D1"] ;
1817
RelationClasses_Reflexive [label="Reflexive", URL=<RelationClasses.html#Reflexive>, fillcolor="#F070D1"] ;
1918
Relation_Definitions_relation [label="relation", URL=<Relation_Definitions.html#relation>, fillcolor="#F070D1"] ;
2019
RelationClasses_Transitive [label="Transitive", URL=<RelationClasses.html#Transitive>, fillcolor="#F070D1"] ;
20+
RelationClasses_Symmetric [label="Symmetric", URL=<RelationClasses.html#Symmetric>, fillcolor="#F070D1"] ;
2121
RelationClasses_Equivalence_Transitive [label="Equivalence_Transitive", URL=<RelationClasses.html#Equivalence_Transitive>, fillcolor="#7FFFD4"] ;
2222
RelationClasses_Equivalence_Symmetric [label="Equivalence_Symmetric", URL=<RelationClasses.html#Equivalence_Symmetric>, fillcolor="#7FFFD4"] ;
2323
RelationClasses_PER [label="PER", URL=<RelationClasses.html#PER>, fillcolor="#E2CDFA"] ;
2424
RelationClasses_Build_PER [label="Build_PER", URL=<RelationClasses.html#Build_PER>, fillcolor="#7FAAFF"] ;
2525
Morphisms_Proper [label="Proper", URL=<Morphisms.html#Proper>, fillcolor="#F070D1"] ;
2626
Morphisms_respectful [label="respectful", URL=<Morphisms.html#respectful>, fillcolor="#F070D1"] ;
27+
Morphisms_trans_sym_co_inv_impl_morphism_obligation_1 [label="trans_sym_co_inv_impl_morphism_obligation_1", URL=<Morphisms.html#trans_sym_co_inv_impl_morphism_obligation_1>, fillcolor="#7FFFD4"] ;
2728
Basics_flip [label="flip", URL=<Basics.html#flip>, fillcolor="#F070D1"] ;
2829
Basics_impl [label="impl", URL=<Basics.html#impl>, fillcolor="#F070D1"] ;
29-
Morphisms_trans_sym_co_inv_impl_morphism_obligation_1 [label="trans_sym_co_inv_impl_morphism_obligation_1", URL=<Morphisms.html#trans_sym_co_inv_impl_morphism_obligation_1>, fillcolor="#7FFFD4"] ;
3030
RelationClasses_PER_Symmetric [label="PER_Symmetric", URL=<RelationClasses.html#PER_Symmetric>, fillcolor="#7FFFD4"] ;
3131
RelationClasses_symmetry [label="symmetry", URL=<RelationClasses.html#symmetry>, fillcolor="#7FFFD4"] ;
3232
RelationClasses_PER_Transitive [label="PER_Transitive", URL=<RelationClasses.html#PER_Transitive>, fillcolor="#7FFFD4"] ;
@@ -55,21 +55,21 @@ RelationClasses_transitivity [label="transitivity", URL=<RelationClasses.html#tr
5555
Morph_Fequiv_trans -> Morph_Fequiv [] ;
5656
Morph_Fequiv_refl -> Morph_Fequiv [] ;
5757
Morph_Fequiv_sym -> Morph_Fequiv [] ;
58-
RelationClasses_Equivalence -> RelationClasses_Symmetric [] ;
5958
RelationClasses_Equivalence -> RelationClasses_Reflexive [] ;
6059
RelationClasses_Equivalence -> RelationClasses_Transitive [] ;
61-
RelationClasses_Build_Equivalence -> RelationClasses_Symmetric [] ;
60+
RelationClasses_Equivalence -> RelationClasses_Symmetric [] ;
6261
RelationClasses_Build_Equivalence -> RelationClasses_Reflexive [] ;
6362
RelationClasses_Build_Equivalence -> RelationClasses_Transitive [] ;
64-
RelationClasses_Symmetric -> Relation_Definitions_relation [] ;
63+
RelationClasses_Build_Equivalence -> RelationClasses_Symmetric [] ;
6564
RelationClasses_Reflexive -> Relation_Definitions_relation [] ;
6665
RelationClasses_Transitive -> Relation_Definitions_relation [] ;
66+
RelationClasses_Symmetric -> Relation_Definitions_relation [] ;
6767
RelationClasses_Equivalence_Transitive -> RelationClasses_Equivalence [] ;
6868
RelationClasses_Equivalence_Symmetric -> RelationClasses_Equivalence [] ;
69-
RelationClasses_PER -> RelationClasses_Symmetric [] ;
7069
RelationClasses_PER -> RelationClasses_Transitive [] ;
71-
RelationClasses_Build_PER -> RelationClasses_Symmetric [] ;
70+
RelationClasses_PER -> RelationClasses_Symmetric [] ;
7271
RelationClasses_Build_PER -> RelationClasses_Transitive [] ;
72+
RelationClasses_Build_PER -> RelationClasses_Symmetric [] ;
7373
Morphisms_Proper -> Relation_Definitions_relation [] ;
7474
Morphisms_respectful -> Relation_Definitions_relation [] ;
7575
Morphisms_trans_sym_co_inv_impl_morphism_obligation_1 -> Morphisms_respectful [] ;
@@ -86,7 +86,7 @@ RelationClasses_transitivity [label="transitivity", URL=<RelationClasses.html#tr
8686
subgraph cluster_Basics { label="Basics"; fillcolor="#FFFFC3"; labeljust=l; style=filled
8787
Basics_impl; Basics_flip; };
8888
subgraph cluster_RelationClasses { label="RelationClasses"; fillcolor="#FFFFC3"; labeljust=l; style=filled
89-
RelationClasses_transitivity; RelationClasses_PER_Transitive; RelationClasses_symmetry; RelationClasses_PER_Symmetric; RelationClasses_Build_PER; RelationClasses_PER; RelationClasses_Equivalence_Symmetric; RelationClasses_Equivalence_Transitive; RelationClasses_Transitive; RelationClasses_Reflexive; RelationClasses_Symmetric; RelationClasses_Build_Equivalence; RelationClasses_Equivalence; RelationClasses_Equivalence_PER; };
89+
RelationClasses_transitivity; RelationClasses_PER_Transitive; RelationClasses_symmetry; RelationClasses_PER_Symmetric; RelationClasses_Build_PER; RelationClasses_PER; RelationClasses_Equivalence_Symmetric; RelationClasses_Equivalence_Transitive; RelationClasses_Symmetric; RelationClasses_Transitive; RelationClasses_Reflexive; RelationClasses_Build_Equivalence; RelationClasses_Equivalence; RelationClasses_Equivalence_PER; };
9090
subgraph cluster_Morphisms { label="Morphisms"; fillcolor="#FFFFC3"; labeljust=l; style=filled
9191
Morphisms_trans_sym_co_inv_impl_morphism_obligation_1; Morphisms_respectful; Morphisms_Proper; Morphisms_trans_sym_co_inv_impl_morphism; };
9292
subgraph cluster_Relation_Definitions { label="Relation_Definitions"; fillcolor="#FFFFC3"; labeljust=l; style=filled

tests/Morph_rw.dpd.oracle

+34-34
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ N: 17 "FsmpM_Proper" [body=no, kind=cnst, prop=yes, path="Morph", ];
1212
N: 41 "PER_Symmetric" [body=yes, kind=cnst, prop=yes, path="RelationClasses", ];
1313
N: 43 "PER_Transitive" [body=yes, kind=cnst, prop=yes, path="RelationClasses", ];
1414
N: 36 "Proper" [body=yes, kind=cnst, prop=no, path="Morphisms", ];
15-
N: 29 "Reflexive" [body=yes, kind=cnst, prop=no, path="RelationClasses", ];
16-
N: 28 "Symmetric" [body=yes, kind=cnst, prop=no, path="RelationClasses", ];
17-
N: 31 "Transitive" [body=yes, kind=cnst, prop=no, path="RelationClasses", ];
18-
N: 38 "flip" [body=yes, kind=cnst, prop=no, path="Basics", ];
19-
N: 39 "impl" [body=yes, kind=cnst, prop=no, path="Basics", ];
20-
N: 30 "relation" [body=yes, kind=cnst, prop=no, path="Relation_Definitions", ];
15+
N: 28 "Reflexive" [body=yes, kind=cnst, prop=no, path="RelationClasses", ];
16+
N: 31 "Symmetric" [body=yes, kind=cnst, prop=no, path="RelationClasses", ];
17+
N: 30 "Transitive" [body=yes, kind=cnst, prop=no, path="RelationClasses", ];
18+
N: 39 "flip" [body=yes, kind=cnst, prop=no, path="Basics", ];
19+
N: 40 "impl" [body=yes, kind=cnst, prop=no, path="Basics", ];
20+
N: 29 "relation" [body=yes, kind=cnst, prop=no, path="Relation_Definitions", ];
2121
N: 37 "respectful" [body=yes, kind=cnst, prop=no, path="Morphisms", ];
2222
N: 15 "rw" [body=yes, kind=cnst, prop=yes, path="Morph", ];
2323
N: 42 "symmetry" [body=yes, kind=cnst, prop=yes, path="RelationClasses", ];
2424
N: 16 "trans_sym_co_inv_impl_morphism" [body=yes, kind=cnst, prop=yes, path="Morphisms", ];
25-
N: 40 "trans_sym_co_inv_impl_morphism_obligation_1" [body=yes, kind=cnst, prop=yes, path="Morphisms", ];
25+
N: 38 "trans_sym_co_inv_impl_morphism_obligation_1" [body=yes, kind=cnst, prop=yes, path="Morphisms", ];
2626
N: 44 "transitivity" [body=yes, kind=cnst, prop=yes, path="RelationClasses", ];
2727
N: 26 "Equivalence" [kind=inductive, prop=no, path="RelationClasses", ];
2828
N: 34 "PER" [kind=inductive, prop=no, path="RelationClasses", ];
@@ -35,7 +35,7 @@ E: 15 19 [weight=5, ];
3535
E: 15 20 [weight=1, ];
3636
E: 15 21 [weight=8, ];
3737
E: 15 22 [weight=1, ];
38-
E: 16 30 [weight=3, ];
38+
E: 16 29 [weight=3, ];
3939
E: 16 34 [weight=3, ];
4040
E: 16 36 [weight=1, ];
4141
E: 16 37 [weight=1, ];
@@ -49,7 +49,7 @@ E: 17 36 [weight=1, ];
4949
E: 17 37 [weight=1, ];
5050
E: 19 18 [weight=2, ];
5151
E: 20 26 [weight=2, ];
52-
E: 20 30 [weight=2, ];
52+
E: 20 29 [weight=2, ];
5353
E: 20 32 [weight=1, ];
5454
E: 20 33 [weight=1, ];
5555
E: 20 34 [weight=1, ];
@@ -76,39 +76,39 @@ E: 27 28 [weight=1, ];
7676
E: 27 29 [weight=1, ];
7777
E: 27 30 [weight=1, ];
7878
E: 27 31 [weight=1, ];
79-
E: 28 30 [weight=2, ];
80-
E: 29 30 [weight=2, ];
81-
E: 31 30 [weight=2, ];
79+
E: 28 29 [weight=2, ];
80+
E: 30 29 [weight=2, ];
81+
E: 31 29 [weight=2, ];
8282
E: 32 26 [weight=3, ];
83+
E: 32 29 [weight=2, ];
8384
E: 32 30 [weight=2, ];
84-
E: 32 31 [weight=2, ];
8585
E: 33 26 [weight=3, ];
86-
E: 33 28 [weight=2, ];
87-
E: 33 30 [weight=2, ];
88-
E: 34 28 [weight=1, ];
86+
E: 33 29 [weight=2, ];
87+
E: 33 31 [weight=2, ];
88+
E: 34 29 [weight=1, ];
8989
E: 34 30 [weight=1, ];
9090
E: 34 31 [weight=1, ];
91-
E: 35 28 [weight=1, ];
91+
E: 35 29 [weight=1, ];
9292
E: 35 30 [weight=1, ];
9393
E: 35 31 [weight=1, ];
94-
E: 36 30 [weight=2, ];
95-
E: 37 30 [weight=5, ];
96-
E: 40 30 [weight=2, ];
97-
E: 40 34 [weight=2, ];
98-
E: 40 37 [weight=1, ];
99-
E: 40 38 [weight=1, ];
100-
E: 40 39 [weight=1, ];
101-
E: 40 41 [weight=1, ];
102-
E: 40 42 [weight=1, ];
103-
E: 40 43 [weight=1, ];
104-
E: 40 44 [weight=1, ];
105-
E: 41 28 [weight=2, ];
106-
E: 41 30 [weight=2, ];
94+
E: 36 29 [weight=2, ];
95+
E: 37 29 [weight=5, ];
96+
E: 38 29 [weight=2, ];
97+
E: 38 34 [weight=2, ];
98+
E: 38 37 [weight=1, ];
99+
E: 38 39 [weight=1, ];
100+
E: 38 40 [weight=1, ];
101+
E: 38 41 [weight=1, ];
102+
E: 38 42 [weight=1, ];
103+
E: 38 43 [weight=1, ];
104+
E: 38 44 [weight=1, ];
105+
E: 41 29 [weight=2, ];
106+
E: 41 31 [weight=2, ];
107107
E: 41 34 [weight=3, ];
108-
E: 42 28 [weight=2, ];
109-
E: 42 30 [weight=2, ];
108+
E: 42 29 [weight=2, ];
109+
E: 42 31 [weight=2, ];
110+
E: 43 29 [weight=2, ];
110111
E: 43 30 [weight=2, ];
111-
E: 43 31 [weight=2, ];
112112
E: 43 34 [weight=3, ];
113+
E: 44 29 [weight=2, ];
113114
E: 44 30 [weight=2, ];
114-
E: 44 31 [weight=2, ];

tests/graph2.dot.oracle

+11-11
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ digraph tests/graph2 {
44
Test_Permutation_app_swap [label="Permutation_app_swap", URL=<Test.html#Permutation_app_swap>, peripheries=3, fillcolor="#7FFFD4"] ;
55
Test_Permutation_sym [label="Permutation_sym", URL=<Test.html#Permutation_sym>, fillcolor="#7FFFD4"] ;
66
Test_app_nil_end [label="app_nil_end", URL=<Test.html#app_nil_end>, fillcolor="#7FFFD4"] ;
7+
_eq_ind [label="eq_ind", URL=<.html#eq_ind>, fillcolor="#7FFFD4"] ;
8+
_eq_ind_r [label="eq_ind_r", URL=<.html#eq_ind_r>, fillcolor="#7FFFD4"] ;
79
Test_app_comm_cons [label="app_comm_cons", URL=<Test.html#app_comm_cons>, fillcolor="#7FFFD4"] ;
810
Test_Permutation_refl [label="Permutation_refl", URL=<Test.html#Permutation_refl>, fillcolor="#7FFFD4"] ;
911
Test_list_ind [label="list_ind", URL=<Test.html#list_ind>, fillcolor="#7FFFD4"] ;
10-
_eq_ind [label="eq_ind", URL=<.html#eq_ind>, fillcolor="#7FFFD4"] ;
11-
_eq_ind_r [label="eq_ind_r", URL=<.html#eq_ind_r>, fillcolor="#7FFFD4"] ;
1212
Test_Permutation_trans [label="Permutation_trans", URL=<Test.html#Permutation_trans>, fillcolor="#7FFFD4"] ;
1313
Test_app [label="app", URL=<Test.html#app>, fillcolor="#F070D1"] ;
1414
Test_Permutation [label="Permutation", URL=<Test.html#Permutation>, fillcolor="#E2CDFA"] ;
@@ -18,26 +18,29 @@ Test_perm_swap [label="perm_swap", URL=<Test.html#perm_swap>, fillcolor="#7FAAFF
1818
Test_nil [label="nil", URL=<Test.html#nil>, fillcolor="#7FAAFF"] ;
1919
Test_cons [label="cons", URL=<Test.html#cons>, fillcolor="#7FAAFF"] ;
2020
Test_perm_trans [label="perm_trans", URL=<Test.html#perm_trans>, fillcolor="#7FAAFF"] ;
21-
_eq_sym [label="eq_sym", URL=<.html#eq_sym>, fillcolor="#7FFFD4"] ;
21+
Test_perm_nil [label="perm_nil", URL=<Test.html#perm_nil>, fillcolor="#7FAAFF"] ;
2222
_eq [label="eq", URL=<.html#eq>, fillcolor="#E2CDFA"] ;
2323
_eq_refl [label="eq_refl", URL=<.html#eq_refl>, fillcolor="#7FAAFF"] ;
24-
Test_perm_nil [label="perm_nil", URL=<Test.html#perm_nil>, fillcolor="#7FAAFF"] ;
24+
_eq_sym [label="eq_sym", URL=<.html#eq_sym>, fillcolor="#7FFFD4"] ;
2525
Test_Permutation_ind [label="Permutation_ind", URL=<Test.html#Permutation_ind>, fillcolor="#7FFFD4"] ;
2626
Test_Permutation_app_swap -> Test_Permutation_sym [] ;
2727
Test_Permutation_app_swap -> Test_app_nil_end [] ;
28+
Test_Permutation_app_swap -> _eq_ind_r [] ;
2829
Test_Permutation_app_swap -> Test_app_comm_cons [] ;
2930
Test_Permutation_app_swap -> Test_Permutation_refl [] ;
30-
Test_Permutation_app_swap -> _eq_ind_r [] ;
3131
Test_Permutation_app_swap -> Test_Permutation_trans [] ;
3232
Test_Permutation_sym -> Test_perm_skip [] ;
3333
Test_Permutation_sym -> Test_perm_swap [] ;
3434
Test_Permutation_sym -> Test_perm_trans [] ;
3535
Test_Permutation_sym -> Test_perm_nil [] ;
3636
Test_Permutation_sym -> Test_Permutation_ind [] ;
37-
Test_app_nil_end -> Test_list_ind [] ;
3837
Test_app_nil_end -> _eq_ind [] ;
38+
Test_app_nil_end -> Test_list_ind [] ;
3939
Test_app_nil_end -> Test_app [] ;
4040
Test_app_nil_end -> _eq_refl [] ;
41+
_eq_ind -> _eq [] ;
42+
_eq_ind_r -> _eq_ind [] ;
43+
_eq_ind_r -> _eq_sym [] ;
4144
Test_app_comm_cons -> Test_app [] ;
4245
Test_app_comm_cons -> _eq [] ;
4346
Test_app_comm_cons -> _eq_refl [] ;
@@ -48,9 +51,6 @@ Test_Permutation_ind [label="Permutation_ind", URL=<Test.html#Permutation_ind>,
4851
Test_list_ind -> Test_list [] ;
4952
Test_list_ind -> Test_nil [] ;
5053
Test_list_ind -> Test_cons [] ;
51-
_eq_ind -> _eq [] ;
52-
_eq_ind_r -> _eq_ind [] ;
53-
_eq_ind_r -> _eq_sym [] ;
5454
Test_Permutation_trans -> Test_Permutation [] ;
5555
Test_Permutation_trans -> Test_perm_trans [] ;
5656
Test_app -> Test_list [] ;
@@ -67,11 +67,11 @@ Test_Permutation_ind [label="Permutation_ind", URL=<Test.html#Permutation_ind>,
6767
Test_perm_trans -> Test_list [] ;
6868
Test_perm_trans -> Test_nil [] ;
6969
Test_perm_trans -> Test_cons [] ;
70-
_eq_sym -> _eq [] ;
71-
_eq_sym -> _eq_refl [] ;
7270
Test_perm_nil -> Test_list [] ;
7371
Test_perm_nil -> Test_nil [] ;
7472
Test_perm_nil -> Test_cons [] ;
73+
_eq_sym -> _eq [] ;
74+
_eq_sym -> _eq_refl [] ;
7575
Test_Permutation_ind -> Test_Permutation [] ;
7676
subgraph cluster_Test { label="Test"; fillcolor="#FFFFC3"; labeljust=l; style=filled
7777
Test_Permutation_ind; Test_perm_nil; Test_perm_trans; Test_cons; Test_nil; Test_perm_swap; Test_perm_skip; Test_list; Test_Permutation; Test_app; Test_Permutation_trans; Test_list_ind; Test_Permutation_refl; Test_app_comm_cons; Test_app_nil_end; Test_Permutation_sym; Test_Permutation_app_swap; };

tests/graph2.dpd.oracle

+35-35
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
N: 184 "Permutation_app_swap" [body=yes, kind=cnst, prop=yes, path="Test", ];
22
N: 205 "Permutation_ind" [body=yes, kind=cnst, prop=yes, path="Test", ];
3-
N: 188 "Permutation_refl" [body=yes, kind=cnst, prop=yes, path="Test", ];
3+
N: 190 "Permutation_refl" [body=yes, kind=cnst, prop=yes, path="Test", ];
44
N: 185 "Permutation_sym" [body=yes, kind=cnst, prop=yes, path="Test", ];
55
N: 192 "Permutation_trans" [body=yes, kind=cnst, prop=yes, path="Test", ];
66
N: 193 "app" [body=yes, kind=cnst, prop=no, path="Test", ];
7-
N: 187 "app_comm_cons" [body=yes, kind=cnst, prop=yes, path="Test", ];
7+
N: 189 "app_comm_cons" [body=yes, kind=cnst, prop=yes, path="Test", ];
88
N: 186 "app_nil_end" [body=yes, kind=cnst, prop=yes, path="Test", ];
9-
N: 190 "eq_ind" [body=yes, kind=cnst, prop=yes, ];
10-
N: 191 "eq_ind_r" [body=yes, kind=cnst, prop=yes, ];
11-
N: 201 "eq_sym" [body=yes, kind=cnst, prop=yes, ];
12-
N: 189 "list_ind" [body=yes, kind=cnst, prop=yes, path="Test", ];
9+
N: 187 "eq_ind" [body=yes, kind=cnst, prop=yes, ];
10+
N: 188 "eq_ind_r" [body=yes, kind=cnst, prop=yes, ];
11+
N: 204 "eq_sym" [body=yes, kind=cnst, prop=yes, ];
12+
N: 191 "list_ind" [body=yes, kind=cnst, prop=yes, path="Test", ];
1313
N: 194 "Permutation" [kind=inductive, prop=no, path="Test", ];
1414
N: 202 "eq" [kind=inductive, prop=no, ];
1515
N: 195 "list" [kind=inductive, prop=no, path="Test", ];
16-
N: 204 "perm_nil" [kind=construct, prop=yes, path="Test", ];
16+
N: 201 "perm_nil" [kind=construct, prop=yes, path="Test", ];
1717
N: 203 "eq_refl" [kind=construct, prop=yes, ];
1818
N: 198 "nil" [kind=construct, prop=no, path="Test", ];
1919
N: 196 "perm_skip" [kind=construct, prop=yes, path="Test", ];
@@ -22,11 +22,11 @@ N: 197 "perm_swap" [kind=construct, prop=yes, path="Test", ];
2222
N: 200 "perm_trans" [kind=construct, prop=yes, path="Test", ];
2323
E: 184 185 [weight=3, ];
2424
E: 184 186 [weight=2, ];
25-
E: 184 187 [weight=1, ];
26-
E: 184 188 [weight=2, ];
27-
E: 184 189 [weight=2, ];
25+
E: 184 187 [weight=2, ];
26+
E: 184 188 [weight=1, ];
27+
E: 184 189 [weight=1, ];
2828
E: 184 190 [weight=2, ];
29-
E: 184 191 [weight=1, ];
29+
E: 184 191 [weight=2, ];
3030
E: 184 192 [weight=3, ];
3131
E: 184 193 [weight=43, ];
3232
E: 184 194 [weight=11, ];
@@ -40,33 +40,33 @@ E: 185 195 [weight=12, ];
4040
E: 185 196 [weight=1, ];
4141
E: 185 197 [weight=1, ];
4242
E: 185 200 [weight=1, ];
43-
E: 185 204 [weight=1, ];
43+
E: 185 201 [weight=1, ];
4444
E: 185 205 [weight=1, ];
45-
E: 186 189 [weight=1, ];
46-
E: 186 190 [weight=1, ];
45+
E: 186 187 [weight=1, ];
46+
E: 186 191 [weight=1, ];
4747
E: 186 193 [weight=6, ];
4848
E: 186 195 [weight=14, ];
4949
E: 186 198 [weight=9, ];
5050
E: 186 199 [weight=5, ];
5151
E: 186 202 [weight=6, ];
5252
E: 186 203 [weight=2, ];
53-
E: 187 193 [weight=3, ];
54-
E: 187 195 [weight=6, ];
55-
E: 187 199 [weight=3, ];
56-
E: 187 202 [weight=1, ];
57-
E: 187 203 [weight=1, ];
58-
E: 188 189 [weight=1, ];
59-
E: 188 194 [weight=3, ];
60-
E: 188 195 [weight=4, ];
61-
E: 188 196 [weight=1, ];
53+
E: 187 202 [weight=3, ];
54+
E: 188 187 [weight=1, ];
55+
E: 188 202 [weight=2, ];
6256
E: 188 204 [weight=1, ];
63-
E: 189 195 [weight=8, ];
64-
E: 189 198 [weight=2, ];
65-
E: 189 199 [weight=2, ];
66-
E: 190 202 [weight=3, ];
67-
E: 191 190 [weight=1, ];
68-
E: 191 201 [weight=1, ];
69-
E: 191 202 [weight=2, ];
57+
E: 189 193 [weight=3, ];
58+
E: 189 195 [weight=6, ];
59+
E: 189 199 [weight=3, ];
60+
E: 189 202 [weight=1, ];
61+
E: 189 203 [weight=1, ];
62+
E: 190 191 [weight=1, ];
63+
E: 190 194 [weight=3, ];
64+
E: 190 195 [weight=4, ];
65+
E: 190 196 [weight=1, ];
66+
E: 190 201 [weight=1, ];
67+
E: 191 195 [weight=8, ];
68+
E: 191 198 [weight=2, ];
69+
E: 191 199 [weight=2, ];
7070
E: 192 194 [weight=3, ];
7171
E: 192 195 [weight=3, ];
7272
E: 192 200 [weight=1, ];
@@ -84,11 +84,11 @@ E: 197 199 [weight=6, ];
8484
E: 200 195 [weight=6, ];
8585
E: 200 198 [weight=2, ];
8686
E: 200 199 [weight=6, ];
87-
E: 201 202 [weight=5, ];
88-
E: 201 203 [weight=1, ];
89-
E: 204 195 [weight=6, ];
90-
E: 204 198 [weight=2, ];
91-
E: 204 199 [weight=6, ];
87+
E: 201 195 [weight=6, ];
88+
E: 201 198 [weight=2, ];
89+
E: 201 199 [weight=6, ];
90+
E: 204 202 [weight=5, ];
91+
E: 204 203 [weight=1, ];
9292
E: 205 194 [weight=10, ];
9393
E: 205 195 [weight=22, ];
9494
E: 205 198 [weight=4, ];

tests/search.oracle

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ Welcome to Coq
33
[Loading ML file ring_plugin.cmxs (using legacy method) ... done]
44
Fetching opaque proofs from disk for dpdgraph.tests.Test
55
[cons(42) nil(6) perm_swap(1) perm_skip(3) list(18) Permutation(11) app(43)
6-
Permutation_trans(3) eq_ind_r(1) eq_ind(2) list_ind(2) Permutation_refl(2)
7-
app_comm_cons(1) app_nil_end(2) Permutation_sym(3) ]
6+
Permutation_trans(3) list_ind(2) Permutation_refl(2) app_comm_cons(1)
7+
eq_ind_r(1) eq_ind(2) app_nil_end(2) Permutation_sym(3) ]

0 commit comments

Comments
 (0)