1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163
|
File "./output/bug_13942.v", line 102, characters 2-34:
The command has indeed failed with message:
The following term contains unresolved implicit arguments:
(fi fu)
More precisely:
- ?A: Cannot infer the implicit parameter A of fi whose type is
"Type" in
environment:
K : Type
M : Type -> Type
H : FMap K M
A : Type
B : Type
i : Union (M A)
i' : Union (M B)
fi' : Insert K B (M B)
- ?hi: Cannot infer the implicit parameter hi of fi whose type is
"Insert K ?A (M ?A)" (no type class instance found) in
environment:
K : Type
M : Type -> Type
H : FMap K M
A : Type
B : Type
i : Union (M A)
i' : Union (M B)
fi' : Insert K B (M B)
- ?hu: Cannot infer the implicit parameter hu of fu whose type is
"Union (M ?A)" (no type class instance found) in
environment:
K : Type
M : Type -> Type
H : FMap K M
A : Type
B : Type
i : Union (M A)
i' : Union (M B)
fi' : Insert K B (M B)
File "./output/bug_13942.v", line 106, characters 2-39:
The command has indeed failed with message:
The following term contains unresolved implicit arguments:
(fi fu)
More precisely:
- ?hi: Cannot infer the implicit parameter hi of fi whose type is
"Insert K A (M A)" (no type class instance found) in
environment:
K : Type
M : Type -> Type
H : FMap K M
A : Type
B : Type
i : Union (M A)
i' : Union (M B)
fi' : Insert K B (M B)
File "./output/bug_13942.v", line 120, characters 2-34:
The command has indeed failed with message:
The following term contains unresolved implicit arguments:
(fi fu)
More precisely:
- ?A: Cannot infer the implicit parameter A of fi whose type is
"Type" in
environment:
K : Type
M : Type -> Type
H : FMap K M
A : Type
B : Type
i' : Union (M B)
fi' : Insert K B (M B)
i : Union (M A)
- ?hi: Cannot infer the implicit parameter hi of fi whose type is
"Insert K ?A (M ?A)" (no type class instance found) in
environment:
K : Type
M : Type -> Type
H : FMap K M
A : Type
B : Type
i' : Union (M B)
fi' : Insert K B (M B)
i : Union (M A)
- ?hu: Cannot infer the implicit parameter hu of fu whose type is
"Union (M ?A)" (no type class instance found) in
environment:
K : Type
M : Type -> Type
H : FMap K M
A : Type
B : Type
i' : Union (M B)
fi' : Insert K B (M B)
i : Union (M A)
File "./output/bug_13942.v", line 124, characters 2-40:
The command has indeed failed with message:
The following term contains unresolved implicit arguments:
(fi fu)
More precisely:
- ?hi: Cannot infer the implicit parameter hi of fi whose type is
"Insert K A (M A)" (no type class instance found) in
environment:
K : Type
M : Type -> Type
H : FMap K M
A : Type
B : Type
i' : Union (M B)
fi' : Insert K B (M B)
i : Union (M A)
File "./output/bug_13942.v", line 140, characters 2-20:
The command has indeed failed with message:
In environment:
K : Type
M : Type -> Type
H : FMap K M
A : Type
B : Type
ifalse : Choose false -> Union (M B)
itrue : Choose true -> Union (M B)
ib : Insert K B (M B)
i : Choose false -> Union (M A)
Could not find an instance for the following existential variables:
?hi : Insert K ?A (M ?A)
?hu : Union (M ?A)
File "./output/bug_13942.v", line 145, characters 16-18:
The command has indeed failed with message:
Could not find an instance for "Union (M B)" in
environment:
K : Type
M : Type -> Type
H : FMap K M
A : Type
B : Type
ifalse : Choose false -> Union (M B)
itrue : Choose true -> Union (M B)
ib : Insert K B (M B)
i : Choose false -> Union (M A)
fi fu : B
: B
File "./output/bug_13942.v", line 307, characters 20-31:
The command has indeed failed with message:
Could not find an instance for "Insert K K (M A)" in
environment:
K : Type
M : Type → Type
H : FMap M
H0 : ∀ A : Type, Lookup K A (M A)
Empty : Type → Type
H1 : ∀ A : Type, Empty (M A)
H2 : ∀ A : Type, PartialAlter K A (M A)
OMap : (Type → Type) → Type
OMap0 : OMap M
H3 : Merge M
H4 : ∀ A : Type, FinMapToList K A (M A)
EqDecision : Type → Type
EqDecision0 : EqDecision K
H5 : FinMap K M
A : Type
m1, m2 : M A
i : K
x : A
|