1
1
File "./output/relaxed_ambiguous_paths.v", line 13, characters 0-29:
2
2
Warning:
3
3
New coercion path [g1; f2] : A >-> B' is ambiguous with existing
4
- [f1; g2] : A >-> B'. [ambiguous-paths,typechecker ,default]
4
+ [f1; g2] : A >-> B'. [ambiguous-paths,coercions ,default]
5
5
File "./output/relaxed_ambiguous_paths.v", line 14, characters 0-29:
6
6
Warning:
7
7
New coercion path [h1; f3] : B >-> C' is ambiguous with existing
8
- [f2; h2] : B >-> C'. [ambiguous-paths,typechecker ,default]
8
+ [f2; h2] : B >-> C'. [ambiguous-paths,coercions ,default]
9
9
[f1] : A >-> A'
10
10
[g1] : A >-> B
11
11
[f1; g2] : A >-> B'
@@ -21,7 +21,7 @@ New coercion path [h1; f3] : B >-> C' is ambiguous with existing
21
21
File "./output/relaxed_ambiguous_paths.v", line 33, characters 0-28:
22
22
Warning:
23
23
New coercion path [ab; bc] : A >-> C is ambiguous with existing
24
- [ac] : A >-> C. [ambiguous-paths,typechecker ,default]
24
+ [ac] : A >-> C. [ambiguous-paths,coercions ,default]
25
25
[ab] : A >-> B
26
26
[ac] : A >-> C
27
27
[ac; cd] : A >-> D
@@ -31,12 +31,12 @@ New coercion path [ab; bc] : A >-> C is ambiguous with existing
31
31
File "./output/relaxed_ambiguous_paths.v", line 50, characters 0-28:
32
32
Warning:
33
33
New coercion path [ab; bc] : A >-> C is ambiguous with existing
34
- [ac] : A >-> C. [ambiguous-paths,typechecker ,default]
34
+ [ac] : A >-> C. [ambiguous-paths,coercions ,default]
35
35
File "./output/relaxed_ambiguous_paths.v", line 51, characters 0-28:
36
36
Warning:
37
37
New coercion path [ba; ab] : B >-> B is not definitionally an identity function.
38
38
New coercion path [ab; ba] : A >-> A is not definitionally an identity function.
39
- [ambiguous-paths,typechecker ,default]
39
+ [ambiguous-paths,coercions ,default]
40
40
[ab] : A >-> B
41
41
[ac] : A >-> C
42
42
[ba] : B >-> A
@@ -58,7 +58,7 @@ New coercion path [ab; ba] : A >-> A is not definitionally an identity function.
58
58
File "./output/relaxed_ambiguous_paths.v", line 147, characters 0-86:
59
59
Warning:
60
60
New coercion path [D_C; C_A'] : D >-> A' is ambiguous with existing
61
- [D_B; B_A'] : D >-> A'. [ambiguous-paths,typechecker ,default]
61
+ [D_B; B_A'] : D >-> A'. [ambiguous-paths,coercions ,default]
62
62
[A'_A] : A' >-> A
63
63
[B_A'; A'_A] : B >-> A
64
64
[B_A'] : B >-> A'
@@ -71,12 +71,12 @@ New coercion path [D_C; C_A'] : D >-> A' is ambiguous with existing
71
71
File "./output/relaxed_ambiguous_paths.v", line 156, characters 0-47:
72
72
Warning:
73
73
New coercion path [unwrap_nat; wrap_nat] : NAT >-> NAT (reversible) is not definitionally an identity function.
74
- [ambiguous-paths,typechecker ,default]
74
+ [ambiguous-paths,coercions ,default]
75
75
File "./output/relaxed_ambiguous_paths.v", line 157, characters 0-64:
76
76
Warning:
77
77
New coercion path [unwrap_list; wrap_list] : LIST >-> LIST (reversible) is not definitionally an identity function.
78
- [ambiguous-paths,typechecker ,default]
78
+ [ambiguous-paths,coercions ,default]
79
79
File "./output/relaxed_ambiguous_paths.v", line 158, characters 0-51:
80
80
Warning:
81
81
New coercion path [unwrap_Type; wrap_Type] : TYPE >-> TYPE (reversible) is not definitionally an identity function.
82
- [ambiguous-paths,typechecker ,default]
82
+ [ambiguous-paths,coercions ,default]
0 commit comments