| 1 | Last login: Tue Jul 21 02:46:41 on ttys002 |
|---|
| 2 | Thing-7:~ eduardsergeev$ cd ~/Haskell |
|---|
| 3 | Thing-7:Haskell eduardsergeev$ ghc --make TFTest.hs -ddump-tc-trace[1 of 1] Compiling Main ( TFTest.hs, TFTest.o ) |
|---|
| 4 | TFTest.hs:1:0: Tc2 |
|---|
| 5 | TFTest.hs:1:0: tcTyAndCl Main |
|---|
| 6 | TFTest.hs:7:13: |
|---|
| 7 | lk1 a |
|---|
| 8 | In the type `a' |
|---|
| 9 | In the type `a -> b' |
|---|
| 10 | In the type `(a -> b) -> c -> Res c a b' |
|---|
| 11 | TFTest.hs:7:13: |
|---|
| 12 | lk2 a AThing k_afW |
|---|
| 13 | In the type `a' |
|---|
| 14 | In the type `a -> b' |
|---|
| 15 | In the type `(a -> b) -> c -> Res c a b' |
|---|
| 16 | TFTest.hs:7:18: |
|---|
| 17 | lk1 b |
|---|
| 18 | In the type `b' |
|---|
| 19 | In the type `a -> b' |
|---|
| 20 | In the type `(a -> b) -> c -> Res c a b' |
|---|
| 21 | TFTest.hs:7:18: |
|---|
| 22 | lk2 b AThing k_afX |
|---|
| 23 | In the type `b' |
|---|
| 24 | In the type `a -> b' |
|---|
| 25 | In the type `(a -> b) -> c -> Res c a b' |
|---|
| 26 | TFTest.hs:7:24: |
|---|
| 27 | lk1 c |
|---|
| 28 | In the type `c' |
|---|
| 29 | In the type `c -> Res c a b' |
|---|
| 30 | In the type `(a -> b) -> c -> Res c a b' |
|---|
| 31 | TFTest.hs:7:24: |
|---|
| 32 | lk2 c AThing k_afV |
|---|
| 33 | In the type `c' |
|---|
| 34 | In the type `c -> Res c a b' |
|---|
| 35 | In the type `(a -> b) -> c -> Res c a b' |
|---|
| 36 | TFTest.hs:7:29: |
|---|
| 37 | lk1 Res |
|---|
| 38 | In the type `Res c a b' |
|---|
| 39 | In the type `c -> Res c a b' |
|---|
| 40 | In the type `(a -> b) -> c -> Res c a b' |
|---|
| 41 | TFTest.hs:7:29: |
|---|
| 42 | lk2 Res AThing k_afY -> k_afZ -> k_ag0 -> * |
|---|
| 43 | In the type `Res c a b' |
|---|
| 44 | In the type `c -> Res c a b' |
|---|
| 45 | In the type `(a -> b) -> c -> Res c a b' |
|---|
| 46 | TFTest.hs:7:33: |
|---|
| 47 | lk1 c |
|---|
| 48 | In the type `c' |
|---|
| 49 | In the type `Res c a b' |
|---|
| 50 | In the type `c -> Res c a b' |
|---|
| 51 | TFTest.hs:7:33: |
|---|
| 52 | lk2 c AThing k_afV |
|---|
| 53 | In the type `c' |
|---|
| 54 | In the type `Res c a b' |
|---|
| 55 | In the type `c -> Res c a b' |
|---|
| 56 | TFTest.hs:7:35: |
|---|
| 57 | lk1 a |
|---|
| 58 | In the type `a' |
|---|
| 59 | In the type `Res c a b' |
|---|
| 60 | In the type `c -> Res c a b' |
|---|
| 61 | TFTest.hs:7:35: |
|---|
| 62 | lk2 a AThing k_afW |
|---|
| 63 | In the type `a' |
|---|
| 64 | In the type `Res c a b' |
|---|
| 65 | In the type `c -> Res c a b' |
|---|
| 66 | TFTest.hs:7:37: |
|---|
| 67 | lk1 b |
|---|
| 68 | In the type `b' |
|---|
| 69 | In the type `Res c a b' |
|---|
| 70 | In the type `c -> Res c a b' |
|---|
| 71 | TFTest.hs:7:37: |
|---|
| 72 | lk2 b AThing k_afX |
|---|
| 73 | In the type `b' |
|---|
| 74 | In the type `Res c a b' |
|---|
| 75 | In the type `c -> Res c a b' |
|---|
| 76 | TFTest.hs:6:4: |
|---|
| 77 | type family: Res |
|---|
| 78 | In the class declaration for `RFunctor' |
|---|
| 79 | TFTest.hs:1:0: ready for validity check |
|---|
| 80 | TFTest.hs:5:0: |
|---|
| 81 | Validity of Class `RFunctor' |
|---|
| 82 | In the class declaration for `RFunctor' |
|---|
| 83 | TFTest.hs:5:0: |
|---|
| 84 | class op type forall c a b. |
|---|
| 85 | (RFunctor c a b) => |
|---|
| 86 | (a -> b) -> c -> Res c a b (a -> b) -> c -> Res c a b |
|---|
| 87 | When checking the class method: rmap :: (a -> b) -> c -> Res c a b |
|---|
| 88 | In the class declaration for `RFunctor' |
|---|
| 89 | TFTest.hs:5:0: |
|---|
| 90 | checkValidType (a -> b) -> c -> Res c a b |
|---|
| 91 | When checking the class method: rmap :: (a -> b) -> c -> Res c a b |
|---|
| 92 | In the class declaration for `RFunctor' |
|---|
| 93 | TFTest.hs:5:0: |
|---|
| 94 | checkValidType done (a -> b) -> c -> Res c a b |
|---|
| 95 | When checking the class method: rmap :: (a -> b) -> c -> Res c a b |
|---|
| 96 | In the class declaration for `RFunctor' |
|---|
| 97 | TFTest.hs:5:0: |
|---|
| 98 | Done validity of Class `RFunctor' |
|---|
| 99 | In the class declaration for `RFunctor' |
|---|
| 100 | TFTest.hs:1:0: done |
|---|
| 101 | TFTest.hs:1:0: |
|---|
| 102 | Adding [Class `RFunctor', Type constructor `Res'] |
|---|
| 103 | and [Type constructor `Main.:TRFunctor', |
|---|
| 104 | Type constructor `Main.:Co:TRFunctor', |
|---|
| 105 | Data constructor `Main.:DRFunctor', Identifier `Main.:DRFunctor', |
|---|
| 106 | Type constructor `Res', Identifier `rmap'] |
|---|
| 107 | TFTest.hs:1:0: Tc3 |
|---|
| 108 | TFTest.hs:13:19: |
|---|
| 109 | lk1 c |
|---|
| 110 | In the type `c' |
|---|
| 111 | In the type `(RFunctor c a b, a ~ c) => RFunctor [c] a b' |
|---|
| 112 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 113 | TFTest.hs:13:19: |
|---|
| 114 | lk2 c AThing k_aga |
|---|
| 115 | In the type `c' |
|---|
| 116 | In the type `(RFunctor c a b, a ~ c) => RFunctor [c] a b' |
|---|
| 117 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 118 | TFTest.hs:13:21: |
|---|
| 119 | lk1 a |
|---|
| 120 | In the type `a' |
|---|
| 121 | In the type `(RFunctor c a b, a ~ c) => RFunctor [c] a b' |
|---|
| 122 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 123 | TFTest.hs:13:21: |
|---|
| 124 | lk2 a AThing k_agb |
|---|
| 125 | In the type `a' |
|---|
| 126 | In the type `(RFunctor c a b, a ~ c) => RFunctor [c] a b' |
|---|
| 127 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 128 | TFTest.hs:13:23: |
|---|
| 129 | lk1 b |
|---|
| 130 | In the type `b' |
|---|
| 131 | In the type `(RFunctor c a b, a ~ c) => RFunctor [c] a b' |
|---|
| 132 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 133 | TFTest.hs:13:23: |
|---|
| 134 | lk2 b AThing k_agc |
|---|
| 135 | In the type `b' |
|---|
| 136 | In the type `(RFunctor c a b, a ~ c) => RFunctor [c] a b' |
|---|
| 137 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 138 | TFTest.hs:13:26: |
|---|
| 139 | lk1 a |
|---|
| 140 | In the type `(RFunctor c a b, a ~ c) => RFunctor [c] a b' |
|---|
| 141 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 142 | TFTest.hs:13:26: |
|---|
| 143 | lk2 a AThing k_agb |
|---|
| 144 | In the type `(RFunctor c a b, a ~ c) => RFunctor [c] a b' |
|---|
| 145 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 146 | TFTest.hs:13:30: |
|---|
| 147 | lk1 c |
|---|
| 148 | In the type `(RFunctor c a b, a ~ c) => RFunctor [c] a b' |
|---|
| 149 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 150 | TFTest.hs:13:30: |
|---|
| 151 | lk2 c AThing k_aga |
|---|
| 152 | In the type `(RFunctor c a b, a ~ c) => RFunctor [c] a b' |
|---|
| 153 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 154 | TFTest.hs:13:46: |
|---|
| 155 | lk1 c |
|---|
| 156 | In the type `c' |
|---|
| 157 | In the type `[c]' |
|---|
| 158 | In the type `(RFunctor c a b, a ~ c) => RFunctor [c] a b' |
|---|
| 159 | TFTest.hs:13:46: |
|---|
| 160 | lk2 c AThing k_aga |
|---|
| 161 | In the type `c' |
|---|
| 162 | In the type `[c]' |
|---|
| 163 | In the type `(RFunctor c a b, a ~ c) => RFunctor [c] a b' |
|---|
| 164 | TFTest.hs:13:49: |
|---|
| 165 | lk1 a |
|---|
| 166 | In the type `a' |
|---|
| 167 | In the type `(RFunctor c a b, a ~ c) => RFunctor [c] a b' |
|---|
| 168 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 169 | TFTest.hs:13:49: |
|---|
| 170 | lk2 a AThing k_agb |
|---|
| 171 | In the type `a' |
|---|
| 172 | In the type `(RFunctor c a b, a ~ c) => RFunctor [c] a b' |
|---|
| 173 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 174 | TFTest.hs:13:51: |
|---|
| 175 | lk1 b |
|---|
| 176 | In the type `b' |
|---|
| 177 | In the type `(RFunctor c a b, a ~ c) => RFunctor [c] a b' |
|---|
| 178 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 179 | TFTest.hs:13:51: |
|---|
| 180 | lk2 b AThing k_agc |
|---|
| 181 | In the type `b' |
|---|
| 182 | In the type `(RFunctor c a b, a ~ c) => RFunctor [c] a b' |
|---|
| 183 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 184 | TFTest.hs:14:14: |
|---|
| 185 | lk1 c |
|---|
| 186 | In the type `c' |
|---|
| 187 | In the type `[c]' |
|---|
| 188 | In the type synonym instance declaration for `Res' |
|---|
| 189 | TFTest.hs:14:14: |
|---|
| 190 | lk2 c AThing k_agi |
|---|
| 191 | In the type `c' |
|---|
| 192 | In the type `[c]' |
|---|
| 193 | In the type synonym instance declaration for `Res' |
|---|
| 194 | TFTest.hs:14:17: |
|---|
| 195 | lk1 a |
|---|
| 196 | In the type `a' |
|---|
| 197 | In the type synonym instance declaration for `Res' |
|---|
| 198 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 199 | TFTest.hs:14:17: |
|---|
| 200 | lk2 a AThing k_agj |
|---|
| 201 | In the type `a' |
|---|
| 202 | In the type synonym instance declaration for `Res' |
|---|
| 203 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 204 | TFTest.hs:14:19: |
|---|
| 205 | lk1 b |
|---|
| 206 | In the type `b' |
|---|
| 207 | In the type synonym instance declaration for `Res' |
|---|
| 208 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 209 | TFTest.hs:14:19: |
|---|
| 210 | lk2 b AThing k_agk |
|---|
| 211 | In the type `b' |
|---|
| 212 | In the type synonym instance declaration for `Res' |
|---|
| 213 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 214 | TFTest.hs:14:24: |
|---|
| 215 | lk1 b |
|---|
| 216 | In the type `b' |
|---|
| 217 | In the type `[b]' |
|---|
| 218 | In the type synonym instance declaration for `Res' |
|---|
| 219 | TFTest.hs:14:24: |
|---|
| 220 | lk2 b AThing k_agk |
|---|
| 221 | In the type `b' |
|---|
| 222 | In the type `[b]' |
|---|
| 223 | In the type synonym instance declaration for `Res' |
|---|
| 224 | TFTest.hs:14:4: |
|---|
| 225 | checkValidType [b] |
|---|
| 226 | In the type synonym instance declaration for `Res' |
|---|
| 227 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 228 | TFTest.hs:14:4: |
|---|
| 229 | checkValidType done [b] |
|---|
| 230 | In the type synonym instance declaration for `Res' |
|---|
| 231 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 232 | TFTest.hs:9:10: |
|---|
| 233 | lk1 a |
|---|
| 234 | In the type `(a ~ c) => RFunctor c a b' |
|---|
| 235 | In the instance declaration for `RFunctor c a b' |
|---|
| 236 | TFTest.hs:9:10: |
|---|
| 237 | lk2 a AThing k_agn |
|---|
| 238 | In the type `(a ~ c) => RFunctor c a b' |
|---|
| 239 | In the instance declaration for `RFunctor c a b' |
|---|
| 240 | TFTest.hs:9:14: |
|---|
| 241 | lk1 c |
|---|
| 242 | In the type `(a ~ c) => RFunctor c a b' |
|---|
| 243 | In the instance declaration for `RFunctor c a b' |
|---|
| 244 | TFTest.hs:9:14: |
|---|
| 245 | lk2 c AThing k_ago |
|---|
| 246 | In the type `(a ~ c) => RFunctor c a b' |
|---|
| 247 | In the instance declaration for `RFunctor c a b' |
|---|
| 248 | TFTest.hs:9:29: |
|---|
| 249 | lk1 c |
|---|
| 250 | In the type `c' |
|---|
| 251 | In the type `(a ~ c) => RFunctor c a b' |
|---|
| 252 | In the instance declaration for `RFunctor c a b' |
|---|
| 253 | TFTest.hs:9:29: |
|---|
| 254 | lk2 c AThing k_ago |
|---|
| 255 | In the type `c' |
|---|
| 256 | In the type `(a ~ c) => RFunctor c a b' |
|---|
| 257 | In the instance declaration for `RFunctor c a b' |
|---|
| 258 | TFTest.hs:9:31: |
|---|
| 259 | lk1 a |
|---|
| 260 | In the type `a' |
|---|
| 261 | In the type `(a ~ c) => RFunctor c a b' |
|---|
| 262 | In the instance declaration for `RFunctor c a b' |
|---|
| 263 | TFTest.hs:9:31: |
|---|
| 264 | lk2 a AThing k_agn |
|---|
| 265 | In the type `a' |
|---|
| 266 | In the type `(a ~ c) => RFunctor c a b' |
|---|
| 267 | In the instance declaration for `RFunctor c a b' |
|---|
| 268 | TFTest.hs:9:33: |
|---|
| 269 | lk1 b |
|---|
| 270 | In the type `b' |
|---|
| 271 | In the type `(a ~ c) => RFunctor c a b' |
|---|
| 272 | In the instance declaration for `RFunctor c a b' |
|---|
| 273 | TFTest.hs:9:33: |
|---|
| 274 | lk2 b AThing k_agp |
|---|
| 275 | In the type `b' |
|---|
| 276 | In the type `(a ~ c) => RFunctor c a b' |
|---|
| 277 | In the instance declaration for `RFunctor c a b' |
|---|
| 278 | TFTest.hs:10:13: |
|---|
| 279 | lk1 c |
|---|
| 280 | In the type `c' |
|---|
| 281 | In the type synonym instance declaration for `Res' |
|---|
| 282 | In the instance declaration for `RFunctor c a b' |
|---|
| 283 | TFTest.hs:10:13: |
|---|
| 284 | lk2 c AThing k_agq |
|---|
| 285 | In the type `c' |
|---|
| 286 | In the type synonym instance declaration for `Res' |
|---|
| 287 | In the instance declaration for `RFunctor c a b' |
|---|
| 288 | TFTest.hs:10:15: |
|---|
| 289 | lk1 a |
|---|
| 290 | In the type `a' |
|---|
| 291 | In the type synonym instance declaration for `Res' |
|---|
| 292 | In the instance declaration for `RFunctor c a b' |
|---|
| 293 | TFTest.hs:10:15: |
|---|
| 294 | lk2 a AThing k_agr |
|---|
| 295 | In the type `a' |
|---|
| 296 | In the type synonym instance declaration for `Res' |
|---|
| 297 | In the instance declaration for `RFunctor c a b' |
|---|
| 298 | TFTest.hs:10:17: |
|---|
| 299 | lk1 b |
|---|
| 300 | In the type `b' |
|---|
| 301 | In the type synonym instance declaration for `Res' |
|---|
| 302 | In the instance declaration for `RFunctor c a b' |
|---|
| 303 | TFTest.hs:10:17: |
|---|
| 304 | lk2 b AThing k_ags |
|---|
| 305 | In the type `b' |
|---|
| 306 | In the type synonym instance declaration for `Res' |
|---|
| 307 | In the instance declaration for `RFunctor c a b' |
|---|
| 308 | TFTest.hs:10:21: |
|---|
| 309 | lk1 b |
|---|
| 310 | In the type `b' |
|---|
| 311 | In the type synonym instance declaration for `Res' |
|---|
| 312 | In the instance declaration for `RFunctor c a b' |
|---|
| 313 | TFTest.hs:10:21: |
|---|
| 314 | lk2 b AThing k_ags |
|---|
| 315 | In the type `b' |
|---|
| 316 | In the type synonym instance declaration for `Res' |
|---|
| 317 | In the instance declaration for `RFunctor c a b' |
|---|
| 318 | TFTest.hs:10:4: |
|---|
| 319 | checkValidType b |
|---|
| 320 | In the type synonym instance declaration for `Res' |
|---|
| 321 | In the instance declaration for `RFunctor c a b' |
|---|
| 322 | TFTest.hs:10:4: |
|---|
| 323 | checkValidType done b |
|---|
| 324 | In the type synonym instance declaration for `Res' |
|---|
| 325 | In the instance declaration for `RFunctor c a b' |
|---|
| 326 | TFTest.hs:1:0: |
|---|
| 327 | Adding instances: |
|---|
| 328 | Main.$f2 : instance (a ~ c, RFunctor c a b) => RFunctor [c] a b |
|---|
| 329 | -- Defined at TFTest.hs:13:9-51 |
|---|
| 330 | Main.$f4 : instance (a ~ c) => RFunctor c a b |
|---|
| 331 | -- Defined at TFTest.hs:9:9-33 |
|---|
| 332 | TFTest.hs:1:0: Adding instances: |
|---|
| 333 | TFTest.hs:1:0: tcDeriving False |
|---|
| 334 | TFTest.hs:1:0: Adding instances: |
|---|
| 335 | TFTest.hs:1:0: Tc4 |
|---|
| 336 | TFTest.hs:1:0: Tc4a |
|---|
| 337 | TFTest.hs:1:0: Tc5 |
|---|
| 338 | TFTest.hs:1:0: env2 |
|---|
| 339 | TFTest.hs:1:0: env3 [] |
|---|
| 340 | TFTest.hs:1:0: env2 |
|---|
| 341 | TFTest.hs:1:0: env3 [] |
|---|
| 342 | TFTest.hs:1:0: Tc6 |
|---|
| 343 | TFTest.hs:1:0: env2 |
|---|
| 344 | TFTest.hs:1:0: env3 [] |
|---|
| 345 | TFTest.hs:13:9: |
|---|
| 346 | env2 |
|---|
| 347 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 348 | TFTest.hs:13:9: |
|---|
| 349 | env3 [(rmap, Identifier)] |
|---|
| 350 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 351 | TFTest.hs:15:4: |
|---|
| 352 | ------------------------------------------------ |
|---|
| 353 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 354 | TFTest.hs:15:4: |
|---|
| 355 | Bindings for [rmap] |
|---|
| 356 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 357 | TFTest.hs:15:4: |
|---|
| 358 | tcMoonBinds [] |
|---|
| 359 | rmap :: [] [] => (a -> b) -> [c] -> Res [c] a b |
|---|
| 360 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 361 | TFTest.hs:15:4: |
|---|
| 362 | tc_lam_pats [(f, a -> b)] |
|---|
| 363 | [c] -> Res [c] a b |
|---|
| 364 | In the definition of `rmap': rmap f = map (map f) |
|---|
| 365 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 366 | TFTest.hs:15:9: |
|---|
| 367 | env2 |
|---|
| 368 | In the definition of `rmap': rmap f = map (map f) |
|---|
| 369 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 370 | TFTest.hs:15:9: |
|---|
| 371 | env3 [(f, Identifier)] |
|---|
| 372 | In the definition of `rmap': rmap f = map (map f) |
|---|
| 373 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 374 | TFTest.hs:15:9: |
|---|
| 375 | binding f a -> b |
|---|
| 376 | In the definition of `rmap': rmap f = map (map f) |
|---|
| 377 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 378 | TFTest.hs:15:13: |
|---|
| 379 | tcBody [c] -> Res [c] a b |
|---|
| 380 | In the definition of `rmap': rmap f = map (map f) |
|---|
| 381 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 382 | TFTest.hs:15:13: |
|---|
| 383 | preSubType [a, b] |
|---|
| 384 | [(agQ, a), (agR, b)] |
|---|
| 385 | [a] -> [b] |
|---|
| 386 | [c] -> Res [c] a b |
|---|
| 387 | [TvSubst In scope: InScope [] Env: [(agQ, c)]] |
|---|
| 388 | [c, b] |
|---|
| 389 | In the expression: map (map f) |
|---|
| 390 | In the definition of `rmap': rmap f = map (map f) |
|---|
| 391 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 392 | TFTest.hs:15:18: |
|---|
| 393 | preSubType [a, b] |
|---|
| 394 | [(agQ, a), (agR, b)] |
|---|
| 395 | [a] -> [b] |
|---|
| 396 | c -> b |
|---|
| 397 | [TvSubst In scope: InScope [] Env: []] |
|---|
| 398 | [a, b] |
|---|
| 399 | In the first argument of `map', namely `(map f)' |
|---|
| 400 | In the expression: map (map f) |
|---|
| 401 | In the definition of `rmap': rmap f = map (map f) |
|---|
| 402 | TFTest.hs:15:22: |
|---|
| 403 | tcId f a -> b |
|---|
| 404 | In the first argument of `map', namely `f' |
|---|
| 405 | In the first argument of `map', namely `(map f)' |
|---|
| 406 | In the expression: map (map f) |
|---|
| 407 | TFTest.hs:15:22: |
|---|
| 408 | preSubType [] |
|---|
| 409 | [(afD, a), (afE, b)] |
|---|
| 410 | a -> b |
|---|
| 411 | a -> b |
|---|
| 412 | [TvSubst In scope: InScope [] Env: []] |
|---|
| 413 | [] |
|---|
| 414 | In the first argument of `map', namely `f' |
|---|
| 415 | In the first argument of `map', namely `(map f)' |
|---|
| 416 | In the expression: map (map f) |
|---|
| 417 | TFTest.hs:15:22: |
|---|
| 418 | tcSubExp a -> b a -> b |
|---|
| 419 | In the first argument of `map', namely `f' |
|---|
| 420 | In the first argument of `map', namely `(map f)' |
|---|
| 421 | In the expression: map (map f) |
|---|
| 422 | TFTest.hs:15:22: |
|---|
| 423 | tc_sub a -> b |
|---|
| 424 | a -> b |
|---|
| 425 | In the first argument of `map', namely `f' |
|---|
| 426 | In the first argument of `map', namely `(map f)' |
|---|
| 427 | In the expression: map (map f) |
|---|
| 428 | TFTest.hs:15:22: |
|---|
| 429 | tc_sub1 - case 4 |
|---|
| 430 | In the first argument of `map', namely `f' |
|---|
| 431 | In the first argument of `map', namely `(map f)' |
|---|
| 432 | In the expression: map (map f) |
|---|
| 433 | TFTest.hs:15:22: |
|---|
| 434 | uTysOuter a a |
|---|
| 435 | Expected type: a1 |
|---|
| 436 | Inferred type: a |
|---|
| 437 | In the first argument of `map', namely `f' |
|---|
| 438 | In the first argument of `map', namely `(map f)' |
|---|
| 439 | TFTest.hs:15:22: |
|---|
| 440 | u_tys {a / a} ~ {a / a} |
|---|
| 441 | Top a ~ a |
|---|
| 442 | Expected type: a1 |
|---|
| 443 | Inferred type: a |
|---|
| 444 | In the first argument of `map', namely `f' |
|---|
| 445 | In the first argument of `map', namely `(map f)' |
|---|
| 446 | TFTest.hs:15:22: |
|---|
| 447 | uVar Top a ~ a False a :: * <-> a :: * |
|---|
| 448 | Expected type: a1 |
|---|
| 449 | Inferred type: a |
|---|
| 450 | In the first argument of `map', namely `f' |
|---|
| 451 | In the first argument of `map', namely `(map f)' |
|---|
| 452 | TFTest.hs:15:22: |
|---|
| 453 | updateMeta a := a |
|---|
| 454 | Expected type: a1 |
|---|
| 455 | Inferred type: a |
|---|
| 456 | In the first argument of `map', namely `f' |
|---|
| 457 | In the first argument of `map', namely `(map f)' |
|---|
| 458 | TFTest.hs:15:22: |
|---|
| 459 | u_tys yields no coercion |
|---|
| 460 | Expected type: a |
|---|
| 461 | Inferred type: a |
|---|
| 462 | In the first argument of `map', namely `f' |
|---|
| 463 | In the first argument of `map', namely `(map f)' |
|---|
| 464 | TFTest.hs:15:22: |
|---|
| 465 | tc_sub b |
|---|
| 466 | b |
|---|
| 467 | In the first argument of `map', namely `f' |
|---|
| 468 | In the first argument of `map', namely `(map f)' |
|---|
| 469 | In the expression: map (map f) |
|---|
| 470 | TFTest.hs:15:22: |
|---|
| 471 | tc_sub1 - case 1 |
|---|
| 472 | In the first argument of `map', namely `f' |
|---|
| 473 | In the first argument of `map', namely `(map f)' |
|---|
| 474 | In the expression: map (map f) |
|---|
| 475 | TFTest.hs:15:22: |
|---|
| 476 | uVar Top b ~ b False b :: * <-> b :: * |
|---|
| 477 | Expected type: b1 |
|---|
| 478 | Inferred type: b |
|---|
| 479 | In the first argument of `map', namely `f' |
|---|
| 480 | In the first argument of `map', namely `(map f)' |
|---|
| 481 | TFTest.hs:15:22: |
|---|
| 482 | updateMeta b := b |
|---|
| 483 | Expected type: b1 |
|---|
| 484 | Inferred type: b |
|---|
| 485 | In the first argument of `map', namely `f' |
|---|
| 486 | In the first argument of `map', namely `(map f)' |
|---|
| 487 | TFTest.hs:15:22: |
|---|
| 488 | tc_sub1 (Rule SBOXY) IdCo |
|---|
| 489 | In the first argument of `map', namely `f' |
|---|
| 490 | In the first argument of `map', namely `(map f)' |
|---|
| 491 | In the expression: map (map f) |
|---|
| 492 | TFTest.hs:15:22: |
|---|
| 493 | tcId yields f |
|---|
| 494 | In the first argument of `map', namely `f' |
|---|
| 495 | In the first argument of `map', namely `(map f)' |
|---|
| 496 | In the expression: map (map f) |
|---|
| 497 | TFTest.hs:15:18: |
|---|
| 498 | tcSubExp [a] -> [b] c -> b |
|---|
| 499 | In the first argument of `map', namely `(map f)' |
|---|
| 500 | In the expression: map (map f) |
|---|
| 501 | In the definition of `rmap': rmap f = map (map f) |
|---|
| 502 | TFTest.hs:15:18: |
|---|
| 503 | tc_sub [a] -> [b] |
|---|
| 504 | c -> b |
|---|
| 505 | In the first argument of `map', namely `(map f)' |
|---|
| 506 | In the expression: map (map f) |
|---|
| 507 | In the definition of `rmap': rmap f = map (map f) |
|---|
| 508 | TFTest.hs:15:18: |
|---|
| 509 | tc_sub1 - case 4 |
|---|
| 510 | In the first argument of `map', namely `(map f)' |
|---|
| 511 | In the expression: map (map f) |
|---|
| 512 | In the definition of `rmap': rmap f = map (map f) |
|---|
| 513 | TFTest.hs:15:18: |
|---|
| 514 | uTysOuter [a] c |
|---|
| 515 | Expected type: c |
|---|
| 516 | Inferred type: [a] |
|---|
| 517 | In the first argument of `map', namely `(map f)' |
|---|
| 518 | In the expression: map (map f) |
|---|
| 519 | TFTest.hs:15:18: |
|---|
| 520 | u_tys {[a] / [a]} ~ {c / c} |
|---|
| 521 | Top [a] ~ c |
|---|
| 522 | Expected type: c |
|---|
| 523 | Inferred type: [a] |
|---|
| 524 | In the first argument of `map', namely `(map f)' |
|---|
| 525 | In the expression: map (map f) |
|---|
| 526 | TFTest.hs:15:18: |
|---|
| 527 | uVar Top [a] ~ c True c :: * <-> [a] :: * |
|---|
| 528 | Expected type: c |
|---|
| 529 | Inferred type: [a] |
|---|
| 530 | In the first argument of `map', namely `(map f)' |
|---|
| 531 | In the expression: map (map f) |
|---|
| 532 | TFTest.hs:15:18: |
|---|
| 533 | deferring: [a] ~ c |
|---|
| 534 | Expected type: c |
|---|
| 535 | Inferred type: [a] |
|---|
| 536 | In the first argument of `map', namely `(map f)' |
|---|
| 537 | In the expression: map (map f) |
|---|
| 538 | TFTest.hs:15:18: |
|---|
| 539 | u_tys yields coercion: t_agV |
|---|
| 540 | Expected type: c |
|---|
| 541 | Inferred type: [a] |
|---|
| 542 | In the first argument of `map', namely `(map f)' |
|---|
| 543 | In the expression: map (map f) |
|---|
| 544 | TFTest.hs:15:18: |
|---|
| 545 | tc_sub [b] |
|---|
| 546 | b |
|---|
| 547 | In the first argument of `map', namely `(map f)' |
|---|
| 548 | In the expression: map (map f) |
|---|
| 549 | In the definition of `rmap': rmap f = map (map f) |
|---|
| 550 | TFTest.hs:15:18: |
|---|
| 551 | tc_sub1 - case 6a [True, True, False, False, False] |
|---|
| 552 | In the first argument of `map', namely `(map f)' |
|---|
| 553 | In the expression: map (map f) |
|---|
| 554 | In the definition of `rmap': rmap f = map (map f) |
|---|
| 555 | TFTest.hs:15:18: |
|---|
| 556 | u_tys {[b] / [b]} ~ {b / b} |
|---|
| 557 | Top [b] ~ b |
|---|
| 558 | Expected type: b1 |
|---|
| 559 | Inferred type: [b] |
|---|
| 560 | In the first argument of `map', namely `(map f)' |
|---|
| 561 | In the expression: map (map f) |
|---|
| 562 | TFTest.hs:15:18: |
|---|
| 563 | uVar Top [b] ~ b True b :: * <-> [b] :: * |
|---|
| 564 | Expected type: b1 |
|---|
| 565 | Inferred type: [b] |
|---|
| 566 | In the first argument of `map', namely `(map f)' |
|---|
| 567 | In the expression: map (map f) |
|---|
| 568 | TFTest.hs:15:18: |
|---|
| 569 | updateMeta b := [b] |
|---|
| 570 | Expected type: b1 |
|---|
| 571 | Inferred type: [b] |
|---|
| 572 | In the first argument of `map', namely `(map f)' |
|---|
| 573 | In the expression: map (map f) |
|---|
| 574 | TFTest.hs:15:18: |
|---|
| 575 | u_tys yields no coercion |
|---|
| 576 | Expected type: [b] |
|---|
| 577 | Inferred type: [b] |
|---|
| 578 | In the first argument of `map', namely `(map f)' |
|---|
| 579 | In the expression: map (map f) |
|---|
| 580 | TFTest.hs:15:18: |
|---|
| 581 | instFun [([a, b], [])] |
|---|
| 582 | In the first argument of `map', namely `(map f)' |
|---|
| 583 | In the expression: map (map f) |
|---|
| 584 | In the definition of `rmap': rmap f = map (map f) |
|---|
| 585 | TFTest.hs:15:18: |
|---|
| 586 | go yields co_fn <> |
|---|
| 587 | In the first argument of `map', namely `(map f)' |
|---|
| 588 | In the expression: map (map f) |
|---|
| 589 | In the definition of `rmap': rmap f = map (map f) |
|---|
| 590 | TFTest.hs:15:18: |
|---|
| 591 | go _ _ fun [] returns map |
|---|
| 592 | In the first argument of `map', namely `(map f)' |
|---|
| 593 | In the expression: map (map f) |
|---|
| 594 | In the definition of `rmap': rmap f = map (map f) |
|---|
| 595 | TFTest.hs:15:18: |
|---|
| 596 | instFun result map |
|---|
| 597 | In the first argument of `map', namely `(map f)' |
|---|
| 598 | In the expression: map (map f) |
|---|
| 599 | In the definition of `rmap': rmap f = map (map f) |
|---|
| 600 | TFTest.hs:15:18: |
|---|
| 601 | tcIdApp: map [([a, b], [])] <> map |
|---|
| 602 | In the first argument of `map', namely `(map f)' |
|---|
| 603 | In the expression: map (map f) |
|---|
| 604 | In the definition of `rmap': rmap f = map (map f) |
|---|
| 605 | TFTest.hs:15:18: |
|---|
| 606 | tcExpr args': [f] |
|---|
| 607 | In the first argument of `map', namely `(map f)' |
|---|
| 608 | In the expression: map (map f) |
|---|
| 609 | In the definition of `rmap': rmap f = map (map f) |
|---|
| 610 | TFTest.hs:15:13: |
|---|
| 611 | tcSubExp [c] -> [[b]] [c] -> Res [c] a b |
|---|
| 612 | In the expression: map (map f) |
|---|
| 613 | In the definition of `rmap': rmap f = map (map f) |
|---|
| 614 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 615 | TFTest.hs:15:13: |
|---|
| 616 | tc_sub [c] -> [[b]] |
|---|
| 617 | [c] -> Res [c] a b |
|---|
| 618 | In the expression: map (map f) |
|---|
| 619 | In the definition of `rmap': rmap f = map (map f) |
|---|
| 620 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 621 | TFTest.hs:15:13: |
|---|
| 622 | tc_sub1 - case 4 |
|---|
| 623 | In the expression: map (map f) |
|---|
| 624 | In the definition of `rmap': rmap f = map (map f) |
|---|
| 625 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 626 | TFTest.hs:15:13: |
|---|
| 627 | uTysOuter [c] [c] |
|---|
| 628 | Expected type: [c] |
|---|
| 629 | Inferred type: [c] |
|---|
| 630 | In the expression: map (map f) |
|---|
| 631 | In the definition of `rmap': rmap f = map (map f) |
|---|
| 632 | TFTest.hs:15:13: |
|---|
| 633 | u_tys {[c] / [c]} ~ {[c] / [c]} |
|---|
| 634 | Top [c] ~ [c] |
|---|
| 635 | Expected type: [c] |
|---|
| 636 | Inferred type: [c] |
|---|
| 637 | In the expression: map (map f) |
|---|
| 638 | In the definition of `rmap': rmap f = map (map f) |
|---|
| 639 | TFTest.hs:15:13: |
|---|
| 640 | uTys c c |
|---|
| 641 | Expected type: [c] |
|---|
| 642 | Inferred type: [c] |
|---|
| 643 | In the expression: map (map f) |
|---|
| 644 | In the definition of `rmap': rmap f = map (map f) |
|---|
| 645 | TFTest.hs:15:13: |
|---|
| 646 | u_tys {c / c} ~ {c / c} |
|---|
| 647 | NonTop c ~ c |
|---|
| 648 | Expected type: [c] |
|---|
| 649 | Inferred type: [c] |
|---|
| 650 | In the expression: map (map f) |
|---|
| 651 | In the definition of `rmap': rmap f = map (map f) |
|---|
| 652 | TFTest.hs:15:13: |
|---|
| 653 | uVar NonTop c ~ c False c :: * <-> c :: * |
|---|
| 654 | Expected type: [c] |
|---|
| 655 | Inferred type: [c] |
|---|
| 656 | In the expression: map (map f) |
|---|
| 657 | In the definition of `rmap': rmap f = map (map f) |
|---|
| 658 | TFTest.hs:15:13: |
|---|
| 659 | u_tys yields no coercion |
|---|
| 660 | Expected type: [c] |
|---|
| 661 | Inferred type: [c] |
|---|
| 662 | In the expression: map (map f) |
|---|
| 663 | In the definition of `rmap': rmap f = map (map f) |
|---|
| 664 | TFTest.hs:15:13: |
|---|
| 665 | u_tys yields no coercion |
|---|
| 666 | Expected type: [c] |
|---|
| 667 | Inferred type: [c] |
|---|
| 668 | In the expression: map (map f) |
|---|
| 669 | In the definition of `rmap': rmap f = map (map f) |
|---|
| 670 | TFTest.hs:15:13: |
|---|
| 671 | tc_sub [[b]] |
|---|
| 672 | Res [c] a b |
|---|
| 673 | In the expression: map (map f) |
|---|
| 674 | In the definition of `rmap': rmap f = map (map f) |
|---|
| 675 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 676 | TFTest.hs:15:13: |
|---|
| 677 | tc_sub1 - case 6 |
|---|
| 678 | In the expression: map (map f) |
|---|
| 679 | In the definition of `rmap': rmap f = map (map f) |
|---|
| 680 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 681 | TFTest.hs:15:13: |
|---|
| 682 | u_tys {[[b]] / [[b]]} ~ {Res [c] a b / Res [c] a b} |
|---|
| 683 | Top [[b]] ~ (Res [c] a b) |
|---|
| 684 | Expected type: Res [c] a b |
|---|
| 685 | Inferred type: [[b]] |
|---|
| 686 | In the expression: map (map f) |
|---|
| 687 | In the definition of `rmap': rmap f = map (map f) |
|---|
| 688 | TFTest.hs:15:13: |
|---|
| 689 | tcGenericNormaliseFamInst c |
|---|
| 690 | Expected type: Res [c] a b |
|---|
| 691 | Inferred type: [[b]] |
|---|
| 692 | In the expression: map (map f) |
|---|
| 693 | In the definition of `rmap': rmap f = map (map f) |
|---|
| 694 | TFTest.hs:15:13: |
|---|
| 695 | tcGenericNormaliseFamInst a |
|---|
| 696 | Expected type: Res [c] a b |
|---|
| 697 | Inferred type: [[b]] |
|---|
| 698 | In the expression: map (map f) |
|---|
| 699 | In the definition of `rmap': rmap f = map (map f) |
|---|
| 700 | TFTest.hs:15:13: |
|---|
| 701 | tcGenericNormaliseFamInst b |
|---|
| 702 | Expected type: Res [c] a b |
|---|
| 703 | Inferred type: [[b]] |
|---|
| 704 | In the expression: map (map f) |
|---|
| 705 | In the definition of `rmap': rmap f = map (map f) |
|---|
| 706 | TFTest.hs:15:13: |
|---|
| 707 | deferring: [[b]] ~ Res [c] a b |
|---|
| 708 | Expected type: Res [c] a b |
|---|
| 709 | Inferred type: [[b]] |
|---|
| 710 | In the expression: map (map f) |
|---|
| 711 | In the definition of `rmap': rmap f = map (map f) |
|---|
| 712 | TFTest.hs:15:13: |
|---|
| 713 | u_tys yields coercion: t_ah0 |
|---|
| 714 | Expected type: Res [c] a b |
|---|
| 715 | Inferred type: [[b]] |
|---|
| 716 | In the expression: map (map f) |
|---|
| 717 | In the definition of `rmap': rmap f = map (map f) |
|---|
| 718 | TFTest.hs:15:13: |
|---|
| 719 | instFun [([c, [b]], [])] |
|---|
| 720 | In the expression: map (map f) |
|---|
| 721 | In the definition of `rmap': rmap f = map (map f) |
|---|
| 722 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 723 | TFTest.hs:15:13: |
|---|
| 724 | go yields co_fn <> |
|---|
| 725 | In the expression: map (map f) |
|---|
| 726 | In the definition of `rmap': rmap f = map (map f) |
|---|
| 727 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 728 | TFTest.hs:15:13: |
|---|
| 729 | go _ _ fun [] returns map |
|---|
| 730 | In the expression: map (map f) |
|---|
| 731 | In the definition of `rmap': rmap f = map (map f) |
|---|
| 732 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 733 | TFTest.hs:15:13: |
|---|
| 734 | instFun result map |
|---|
| 735 | In the expression: map (map f) |
|---|
| 736 | In the definition of `rmap': rmap f = map (map f) |
|---|
| 737 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 738 | TFTest.hs:15:13: |
|---|
| 739 | tcIdApp: map [([a, b], [])] <> map |
|---|
| 740 | In the expression: map (map f) |
|---|
| 741 | In the definition of `rmap': rmap f = map (map f) |
|---|
| 742 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 743 | TFTest.hs:15:13: |
|---|
| 744 | tcExpr args': [(map f)] |
|---|
| 745 | In the expression: map (map f) |
|---|
| 746 | In the definition of `rmap': rmap f = map (map f) |
|---|
| 747 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 748 | TFTest.hs:15:4: |
|---|
| 749 | temp <rmap f = map (map f)> |
|---|
| 750 | [Wanted t_agV :: [a] ~ c, Wanted t_ah0 :: [[b]] ~ Res [c] a b] |
|---|
| 751 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 752 | TFTest.hs:15:4: |
|---|
| 753 | tcSimplifyInferCheck <- [Wanted t_agV :: [a] ~ c, |
|---|
| 754 | Wanted t_ah0 :: [[b]] ~ Res [c] a b] |
|---|
| 755 | When generalising the type(s) for `rmap' |
|---|
| 756 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 757 | TFTest.hs:15:4: |
|---|
| 758 | reduceContext ---------------------- |
|---|
| 759 | the type signature for `rmap' at TFTest.hs:15:4-23 |
|---|
| 760 | given [rmap{agP} :: {(a -> b) -> [c] -> Res [c] a b}] |
|---|
| 761 | wanted [Wanted t_agV :: [a] ~ c, |
|---|
| 762 | Wanted t_ah0 :: [[b]] ~ Res [c] a b] |
|---|
| 763 | ---------------------- |
|---|
| 764 | When generalising the type(s) for `rmap' |
|---|
| 765 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 766 | TFTest.hs:15:4: |
|---|
| 767 | reduceContext: ancestor eqs [] |
|---|
| 768 | When generalising the type(s) for `rmap' |
|---|
| 769 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 770 | TFTest.hs:15:4: |
|---|
| 771 | Entering normaliseEqs |
|---|
| 772 | When generalising the type(s) for `rmap' |
|---|
| 773 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 774 | TFTest.hs:15:4: |
|---|
| 775 | normEqInst of Wanted t_agV :: [a] ~ c |
|---|
| 776 | When generalising the type(s) for `rmap' |
|---|
| 777 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 778 | TFTest.hs:15:4: |
|---|
| 779 | normEqInst returns ([Wanted t_ah9 :: c ~> [a]], []) |
|---|
| 780 | When generalising the type(s) for `rmap' |
|---|
| 781 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 782 | TFTest.hs:15:4: |
|---|
| 783 | normEqInst of Wanted t_ah0 :: [[b]] ~ Res [c] a b |
|---|
| 784 | When generalising the type(s) for `rmap' |
|---|
| 785 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 786 | TFTest.hs:15:4: |
|---|
| 787 | normEqInst returns ([Wanted t_ahb :: Res [c] a b ~> [[b]]], []) |
|---|
| 788 | When generalising the type(s) for `rmap' |
|---|
| 789 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 790 | TFTest.hs:15:4: |
|---|
| 791 | Entering normaliseDicts [Local] for |
|---|
| 792 | [rmap{agP} :: {(a -> b) -> [c] -> Res [c] a b}] |
|---|
| 793 | When generalising the type(s) for `rmap' |
|---|
| 794 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 795 | TFTest.hs:15:4: |
|---|
| 796 | normaliseDicts returns |
|---|
| 797 | [rmap{agP} :: {(a -> b) -> [c] -> Res [c] a b}] |
|---|
| 798 | [[]] |
|---|
| 799 | When generalising the type(s) for `rmap' |
|---|
| 800 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 801 | TFTest.hs:15:4: |
|---|
| 802 | Entering normaliseDicts [Wanted] for [] |
|---|
| 803 | When generalising the type(s) for `rmap' |
|---|
| 804 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 805 | TFTest.hs:15:4: |
|---|
| 806 | normaliseDicts returns |
|---|
| 807 | [] |
|---|
| 808 | [] |
|---|
| 809 | When generalising the type(s) for `rmap' |
|---|
| 810 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 811 | TFTest.hs:15:4: |
|---|
| 812 | Entering propagateEqs: |
|---|
| 813 | [Wanted t_ah9 :: c ~> [a], Wanted t_ahb :: Res [c] a b ~> [[b]]] |
|---|
| 814 | [rmap{agP} :: {(a -> b) -> [c] -> Res [c] a b}] |
|---|
| 815 | [] |
|---|
| 816 | <> |
|---|
| 817 | When generalising the type(s) for `rmap' |
|---|
| 818 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 819 | TFTest.hs:15:4: |
|---|
| 820 | Trying subst rules with |
|---|
| 821 | Wanted t_ah9 :: c ~> [a] |
|---|
| 822 | Wanted t_ahb :: Res [c] a b ~> [[b]] |
|---|
| 823 | When generalising the type(s) for `rmap' |
|---|
| 824 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 825 | TFTest.hs:15:4: |
|---|
| 826 | Trying subst rules with |
|---|
| 827 | Wanted t_ahc :: Res [[a]] a b ~> [[b]] |
|---|
| 828 | Wanted t_ah9 :: c ~> [a] |
|---|
| 829 | When generalising the type(s) for `rmap' |
|---|
| 830 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 831 | TFTest.hs:15:4: |
|---|
| 832 | finaliseEqsAndDicts |
|---|
| 833 | When generalising the type(s) for `rmap' |
|---|
| 834 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 835 | TFTest.hs:15:4: |
|---|
| 836 | TcTyFuns.substitute: Wanted t_ah9 :: c ~> [a] |
|---|
| 837 | When generalising the type(s) for `rmap' |
|---|
| 838 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 839 | TFTest.hs:15:4: |
|---|
| 840 | instantiateAndExtract: |
|---|
| 841 | [Wanted t_ah9 :: c ~> [a], Wanted t_ahc :: Res [[a]] a b ~> [[b]]] |
|---|
| 842 | [] |
|---|
| 843 | When generalising the type(s) for `rmap' |
|---|
| 844 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 845 | TFTest.hs:15:4: |
|---|
| 846 | reduceContext: tcReduceEqs result [rmap{agP} :: {(a -> b) |
|---|
| 847 | -> [c] |
|---|
| 848 | -> Res [c] a b}] |
|---|
| 849 | [Wanted t_ahd :: [a] ~ c, |
|---|
| 850 | Wanted t_ahe :: [[b]] ~ Res [[a]] a b] |
|---|
| 851 | <> |
|---|
| 852 | When generalising the type(s) for `rmap' |
|---|
| 853 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 854 | TFTest.hs:15:4: |
|---|
| 855 | reduceList [Wanted t_ahd :: [a] ~ c, |
|---|
| 856 | Wanted t_ahe :: [[b]] ~ Res [[a]] a b] |
|---|
| 857 | Avails |
|---|
| 858 | {rmap{agP} :: {(a -> b) -> [c] -> Res [c] a b} |
|---|
| 859 | = Given rmap{agP} :: {(a -> b) -> [c] -> Res [c] a b}} |
|---|
| 860 | When generalising the type(s) for `rmap' |
|---|
| 861 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 862 | TFTest.hs:15:4: |
|---|
| 863 | reduceContext: extractResults Avails |
|---|
| 864 | {rmap{agP} :: {(a -> b) -> [c] -> Res [c] a b} |
|---|
| 865 | = Given rmap{agP} :: {(a -> b) -> [c] -> Res [c] a b}} |
|---|
| 866 | [Wanted t_ahd :: [a] ~ c, Wanted t_ahe :: [[b]] ~ Res [[a]] a b] |
|---|
| 867 | <> |
|---|
| 868 | When generalising the type(s) for `rmap' |
|---|
| 869 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 870 | TFTest.hs:15:4: |
|---|
| 871 | reduceContext end ---------------------- |
|---|
| 872 | the type signature for `rmap' at TFTest.hs:15:4-23 |
|---|
| 873 | given [rmap{agP} :: {(a -> b) -> [c] -> Res [c] a b}] |
|---|
| 874 | wanted [Wanted t_agV :: [a] ~ c, |
|---|
| 875 | Wanted t_ah0 :: [[b]] ~ Res [c] a b] |
|---|
| 876 | ---- |
|---|
| 877 | avails Avails |
|---|
| 878 | {rmap{agP} :: {(a -> b) -> [c] -> Res [c] a b} |
|---|
| 879 | = Given rmap{agP} :: {(a -> b) -> [c] -> Res [c] a b}} |
|---|
| 880 | improved = False |
|---|
| 881 | (all) irreds = [Wanted t_ahe :: [[b]] ~ Res [[a]] a b, |
|---|
| 882 | Wanted t_ahd :: [a] ~ c] |
|---|
| 883 | dict-binds = <> |
|---|
| 884 | implic-binds = <> |
|---|
| 885 | ---------------------- |
|---|
| 886 | When generalising the type(s) for `rmap' |
|---|
| 887 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 888 | TFTest.hs:15:4: |
|---|
| 889 | tcSimplifyInferCheck -> <> |
|---|
| 890 | When generalising the type(s) for `rmap' |
|---|
| 891 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 892 | TFTest.hs:15:4: |
|---|
| 893 | binding: [(rmap, (a -> b) -> [c] -> Res [c] a b)] |
|---|
| 894 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 895 | TFTest.hs:13:9: |
|---|
| 896 | tcSimplifyCheck |
|---|
| 897 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 898 | TFTest.hs:13:9: |
|---|
| 899 | reduceContext ---------------------- |
|---|
| 900 | the instance declaration at TFTest.hs:13:9-51 |
|---|
| 901 | given [$dRFunctor{agN} :: {RFunctor [c] a b}, Given $co$ :: a ~ c, |
|---|
| 902 | $dRFunctor{agL} :: {RFunctor c a b}] |
|---|
| 903 | wanted [Wanted t_ahe :: [[b]] ~ Res [[a]] a b, |
|---|
| 904 | Wanted t_ahd :: [a] ~ c] |
|---|
| 905 | ---------------------- |
|---|
| 906 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 907 | TFTest.hs:13:9: |
|---|
| 908 | reduceContext: ancestor eqs [] |
|---|
| 909 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 910 | TFTest.hs:13:9: |
|---|
| 911 | Entering normaliseEqs |
|---|
| 912 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 913 | TFTest.hs:13:9: |
|---|
| 914 | normEqInst of Local $co$ :: a ~ c |
|---|
| 915 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 916 | TFTest.hs:13:9: |
|---|
| 917 | normEqInst returns ([Local $co$ :: a ~> c], []) |
|---|
| 918 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 919 | TFTest.hs:13:9: |
|---|
| 920 | normEqInst of Wanted t_ahe :: [[b]] ~ Res [[a]] a b |
|---|
| 921 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 922 | TFTest.hs:13:9: |
|---|
| 923 | normEqInst returns ([Wanted t_ahh :: Res [[a]] a b ~> [[b]]], []) |
|---|
| 924 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 925 | TFTest.hs:13:9: |
|---|
| 926 | normEqInst of Wanted t_ahd :: [a] ~ c |
|---|
| 927 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 928 | TFTest.hs:13:9: |
|---|
| 929 | normEqInst returns ([Wanted t_ahj :: c ~> [a]], []) |
|---|
| 930 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 931 | TFTest.hs:13:9: |
|---|
| 932 | Entering normaliseDicts [Local] for |
|---|
| 933 | [$dRFunctor{agN} :: {RFunctor [c] a b}, |
|---|
| 934 | $dRFunctor{agL} :: {RFunctor c a b}] |
|---|
| 935 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 936 | TFTest.hs:13:9: |
|---|
| 937 | normaliseDicts returns |
|---|
| 938 | [$dRFunctor{agN} :: {RFunctor [c] a b}, |
|---|
| 939 | $dRFunctor{agL} :: {RFunctor c a b}] |
|---|
| 940 | [[], []] |
|---|
| 941 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 942 | TFTest.hs:13:9: |
|---|
| 943 | Entering normaliseDicts [Wanted] for [] |
|---|
| 944 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 945 | TFTest.hs:13:9: |
|---|
| 946 | normaliseDicts returns |
|---|
| 947 | [] |
|---|
| 948 | [] |
|---|
| 949 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 950 | TFTest.hs:13:9: |
|---|
| 951 | Entering propagateEqs: |
|---|
| 952 | [Local $co$ :: a ~> c, Wanted t_ahh :: Res [[a]] a b ~> [[b]], |
|---|
| 953 | Wanted t_ahj :: c ~> [a]] |
|---|
| 954 | [$dRFunctor{agN} :: {RFunctor [c] a b}, |
|---|
| 955 | $dRFunctor{agL} :: {RFunctor c a b}] |
|---|
| 956 | [] |
|---|
| 957 | <> |
|---|
| 958 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 959 | TFTest.hs:13:9: |
|---|
| 960 | Trying subst rules with |
|---|
| 961 | Local $co$ :: a ~> c |
|---|
| 962 | Wanted t_ahh :: Res [[a]] a b ~> [[b]] |
|---|
| 963 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 964 | TFTest.hs:13:9: |
|---|
| 965 | Trying subst rules with |
|---|
| 966 | Local $co$ :: a ~> c |
|---|
| 967 | Wanted t_ahj :: c ~> [a] |
|---|
| 968 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 969 | TFTest.hs:13:9: |
|---|
| 970 | Trying subst rules with |
|---|
| 971 | Wanted t_ahk :: Res [[c]] c b ~> [[b]] |
|---|
| 972 | Wanted t_ahj :: c ~> [a] |
|---|
| 973 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 974 | TFTest.hs:13:9: |
|---|
| 975 | Trying subst rules with |
|---|
| 976 | Wanted t_ahk :: Res [[c]] c b ~> [[b]] |
|---|
| 977 | Local $co$ :: a ~> c |
|---|
| 978 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 979 | TFTest.hs:13:9: |
|---|
| 980 | Trying subst rules with |
|---|
| 981 | Wanted t_ahj :: c ~> [a] |
|---|
| 982 | Wanted t_ahk :: Res [[c]] c b ~> [[b]] |
|---|
| 983 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 984 | TFTest.hs:13:9: |
|---|
| 985 | Trying subst rules with |
|---|
| 986 | Wanted t_ahj :: c ~> [a] |
|---|
| 987 | Local $co$ :: a ~> c |
|---|
| 988 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 989 | TFTest.hs:13:9: |
|---|
| 990 | Trying subst rules with |
|---|
| 991 | Wanted t_ahl :: Res [[[a]]] [a] b ~> [[b]] |
|---|
| 992 | Wanted t_ahj :: c ~> [a] |
|---|
| 993 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 994 | TFTest.hs:13:9: |
|---|
| 995 | Trying subst rules with |
|---|
| 996 | Wanted t_ahl :: Res [[[a]]] [a] b ~> [[b]] |
|---|
| 997 | Local $co$ :: a ~> c |
|---|
| 998 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 999 | TFTest.hs:13:9: |
|---|
| 1000 | Trying subst rules with |
|---|
| 1001 | Local $co$ :: a ~> c |
|---|
| 1002 | Wanted t_ahl :: Res [[[a]]] [a] b ~> [[b]] |
|---|
| 1003 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1004 | TFTest.hs:13:9: |
|---|
| 1005 | Trying subst rules with |
|---|
| 1006 | Local $co$ :: a ~> c |
|---|
| 1007 | Wanted t_ahj :: c ~> [a] |
|---|
| 1008 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1009 | TFTest.hs:13:9: |
|---|
| 1010 | Trying subst rules with |
|---|
| 1011 | Wanted t_ahm :: Res [[[c]]] [c] b ~> [[b]] |
|---|
| 1012 | Local $co$ :: a ~> c |
|---|
| 1013 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1014 | TFTest.hs:13:9: |
|---|
| 1015 | Trying subst rules with |
|---|
| 1016 | Wanted t_ahm :: Res [[[c]]] [c] b ~> [[b]] |
|---|
| 1017 | Wanted t_ahj :: c ~> [a] |
|---|
| 1018 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1019 | TFTest.hs:13:9: |
|---|
| 1020 | Trying subst rules with |
|---|
| 1021 | Wanted t_ahj :: c ~> [a] |
|---|
| 1022 | Wanted t_ahm :: Res [[[c]]] [c] b ~> [[b]] |
|---|
| 1023 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1024 | TFTest.hs:13:9: |
|---|
| 1025 | Trying subst rules with |
|---|
| 1026 | Wanted t_ahj :: c ~> [a] |
|---|
| 1027 | Local $co$ :: a ~> c |
|---|
| 1028 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1029 | TFTest.hs:13:9: |
|---|
| 1030 | Trying subst rules with |
|---|
| 1031 | Wanted t_ahn :: Res [[[[a]]]] [[a]] b ~> [[b]] |
|---|
| 1032 | Wanted t_ahj :: c ~> [a] |
|---|
| 1033 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1034 | TFTest.hs:13:9: |
|---|
| 1035 | Trying subst rules with |
|---|
| 1036 | Wanted t_ahn :: Res [[[[a]]]] [[a]] b ~> [[b]] |
|---|
| 1037 | Local $co$ :: a ~> c |
|---|
| 1038 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1039 | TFTest.hs:13:9: |
|---|
| 1040 | Trying subst rules with |
|---|
| 1041 | Local $co$ :: a ~> c |
|---|
| 1042 | Wanted t_ahn :: Res [[[[a]]]] [[a]] b ~> [[b]] |
|---|
| 1043 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1044 | TFTest.hs:13:9: |
|---|
| 1045 | Trying subst rules with |
|---|
| 1046 | Local $co$ :: a ~> c |
|---|
| 1047 | Wanted t_ahj :: c ~> [a] |
|---|
| 1048 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1049 | TFTest.hs:13:9: |
|---|
| 1050 | Trying subst rules with |
|---|
| 1051 | Wanted t_aho :: Res [[[[c]]]] [[c]] b ~> [[b]] |
|---|
| 1052 | Local $co$ :: a ~> c |
|---|
| 1053 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1054 | TFTest.hs:13:9: |
|---|
| 1055 | Trying subst rules with |
|---|
| 1056 | Wanted t_aho :: Res [[[[c]]]] [[c]] b ~> [[b]] |
|---|
| 1057 | Wanted t_ahj :: c ~> [a] |
|---|
| 1058 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1059 | TFTest.hs:13:9: |
|---|
| 1060 | Trying subst rules with |
|---|
| 1061 | Wanted t_ahj :: c ~> [a] |
|---|
| 1062 | Wanted t_aho :: Res [[[[c]]]] [[c]] b ~> [[b]] |
|---|
| 1063 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1064 | TFTest.hs:13:9: |
|---|
| 1065 | Trying subst rules with |
|---|
| 1066 | Wanted t_ahj :: c ~> [a] |
|---|
| 1067 | Local $co$ :: a ~> c |
|---|
| 1068 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1069 | TFTest.hs:13:9: |
|---|
| 1070 | Trying subst rules with |
|---|
| 1071 | Wanted t_ahp :: Res [[[[[a]]]]] [[[a]]] b ~> [[b]] |
|---|
| 1072 | Wanted t_ahj :: c ~> [a] |
|---|
| 1073 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1074 | TFTest.hs:13:9: |
|---|
| 1075 | Trying subst rules with |
|---|
| 1076 | Wanted t_ahp :: Res [[[[[a]]]]] [[[a]]] b ~> [[b]] |
|---|
| 1077 | Local $co$ :: a ~> c |
|---|
| 1078 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1079 | TFTest.hs:13:9: |
|---|
| 1080 | Trying subst rules with |
|---|
| 1081 | Local $co$ :: a ~> c |
|---|
| 1082 | Wanted t_ahp :: Res [[[[[a]]]]] [[[a]]] b ~> [[b]] |
|---|
| 1083 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1084 | TFTest.hs:13:9: |
|---|
| 1085 | Trying subst rules with |
|---|
| 1086 | Local $co$ :: a ~> c |
|---|
| 1087 | Wanted t_ahj :: c ~> [a] |
|---|
| 1088 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1089 | TFTest.hs:13:9: |
|---|
| 1090 | Trying subst rules with |
|---|
| 1091 | Wanted t_ahq :: Res [[[[[c]]]]] [[[c]]] b ~> [[b]] |
|---|
| 1092 | Local $co$ :: a ~> c |
|---|
| 1093 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1094 | TFTest.hs:13:9: |
|---|
| 1095 | Trying subst rules with |
|---|
| 1096 | Wanted t_ahq :: Res [[[[[c]]]]] [[[c]]] b ~> [[b]] |
|---|
| 1097 | Wanted t_ahj :: c ~> [a] |
|---|
| 1098 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1099 | TFTest.hs:13:9: |
|---|
| 1100 | Trying subst rules with |
|---|
| 1101 | Wanted t_ahj :: c ~> [a] |
|---|
| 1102 | Wanted t_ahq :: Res [[[[[c]]]]] [[[c]]] b ~> [[b]] |
|---|
| 1103 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1104 | TFTest.hs:13:9: |
|---|
| 1105 | Trying subst rules with |
|---|
| 1106 | Wanted t_ahj :: c ~> [a] |
|---|
| 1107 | Local $co$ :: a ~> c |
|---|
| 1108 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1109 | TFTest.hs:13:9: |
|---|
| 1110 | Trying subst rules with |
|---|
| 1111 | Wanted t_ahr :: Res [[[[[[a]]]]]] [[[[a]]]] b ~> [[b]] |
|---|
| 1112 | Wanted t_ahj :: c ~> [a] |
|---|
| 1113 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1114 | TFTest.hs:13:9: |
|---|
| 1115 | Trying subst rules with |
|---|
| 1116 | Wanted t_ahr :: Res [[[[[[a]]]]]] [[[[a]]]] b ~> [[b]] |
|---|
| 1117 | Local $co$ :: a ~> c |
|---|
| 1118 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1119 | TFTest.hs:13:9: |
|---|
| 1120 | Trying subst rules with |
|---|
| 1121 | Local $co$ :: a ~> c |
|---|
| 1122 | Wanted t_ahr :: Res [[[[[[a]]]]]] [[[[a]]]] b ~> [[b]] |
|---|
| 1123 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1124 | TFTest.hs:13:9: |
|---|
| 1125 | Trying subst rules with |
|---|
| 1126 | Local $co$ :: a ~> c |
|---|
| 1127 | Wanted t_ahj :: c ~> [a] |
|---|
| 1128 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1129 | TFTest.hs:13:9: |
|---|
| 1130 | Trying subst rules with |
|---|
| 1131 | Wanted t_ahs :: Res [[[[[[c]]]]]] [[[[c]]]] b ~> [[b]] |
|---|
| 1132 | Local $co$ :: a ~> c |
|---|
| 1133 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1134 | TFTest.hs:13:9: |
|---|
| 1135 | Trying subst rules with |
|---|
| 1136 | Wanted t_ahs :: Res [[[[[[c]]]]]] [[[[c]]]] b ~> [[b]] |
|---|
| 1137 | Wanted t_ahj :: c ~> [a] |
|---|
| 1138 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1139 | TFTest.hs:13:9: |
|---|
| 1140 | Trying subst rules with |
|---|
| 1141 | Wanted t_ahj :: c ~> [a] |
|---|
| 1142 | Wanted t_ahs :: Res [[[[[[c]]]]]] [[[[c]]]] b ~> [[b]] |
|---|
| 1143 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1144 | TFTest.hs:13:9: |
|---|
| 1145 | Trying subst rules with |
|---|
| 1146 | Wanted t_ahj :: c ~> [a] |
|---|
| 1147 | Local $co$ :: a ~> c |
|---|
| 1148 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1149 | TFTest.hs:13:9: |
|---|
| 1150 | Trying subst rules with |
|---|
| 1151 | Wanted t_aht :: Res [[[[[[[a]]]]]]] [[[[[a]]]]] b ~> [[b]] |
|---|
| 1152 | Wanted t_ahj :: c ~> [a] |
|---|
| 1153 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1154 | TFTest.hs:13:9: |
|---|
| 1155 | Trying subst rules with |
|---|
| 1156 | Wanted t_aht :: Res [[[[[[[a]]]]]]] [[[[[a]]]]] b ~> [[b]] |
|---|
| 1157 | Local $co$ :: a ~> c |
|---|
| 1158 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1159 | TFTest.hs:13:9: |
|---|
| 1160 | Trying subst rules with |
|---|
| 1161 | Local $co$ :: a ~> c |
|---|
| 1162 | Wanted t_aht :: Res [[[[[[[a]]]]]]] [[[[[a]]]]] b ~> [[b]] |
|---|
| 1163 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1164 | TFTest.hs:13:9: |
|---|
| 1165 | Trying subst rules with |
|---|
| 1166 | Local $co$ :: a ~> c |
|---|
| 1167 | Wanted t_ahj :: c ~> [a] |
|---|
| 1168 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1169 | TFTest.hs:13:9: |
|---|
| 1170 | Trying subst rules with |
|---|
| 1171 | Wanted t_ahu :: Res [[[[[[[c]]]]]]] [[[[[c]]]]] b ~> [[b]] |
|---|
| 1172 | Local $co$ :: a ~> c |
|---|
| 1173 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1174 | TFTest.hs:13:9: |
|---|
| 1175 | Trying subst rules with |
|---|
| 1176 | Wanted t_ahu :: Res [[[[[[[c]]]]]]] [[[[[c]]]]] b ~> [[b]] |
|---|
| 1177 | Wanted t_ahj :: c ~> [a] |
|---|
| 1178 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1179 | TFTest.hs:13:9: |
|---|
| 1180 | Trying subst rules with |
|---|
| 1181 | Wanted t_ahj :: c ~> [a] |
|---|
| 1182 | Wanted t_ahu :: Res [[[[[[[c]]]]]]] [[[[[c]]]]] b ~> [[b]] |
|---|
| 1183 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1184 | TFTest.hs:13:9: |
|---|
| 1185 | Trying subst rules with |
|---|
| 1186 | Wanted t_ahj :: c ~> [a] |
|---|
| 1187 | Local $co$ :: a ~> c |
|---|
| 1188 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1189 | TFTest.hs:13:9: |
|---|
| 1190 | Trying subst rules with |
|---|
| 1191 | Wanted t_ahv :: Res [[[[[[[[a]]]]]]]] [[[[[[a]]]]]] b ~> [[b]] |
|---|
| 1192 | Wanted t_ahj :: c ~> [a] |
|---|
| 1193 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1194 | TFTest.hs:13:9: |
|---|
| 1195 | Trying subst rules with |
|---|
| 1196 | Wanted t_ahv :: Res [[[[[[[[a]]]]]]]] [[[[[[a]]]]]] b ~> [[b]] |
|---|
| 1197 | Local $co$ :: a ~> c |
|---|
| 1198 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1199 | TFTest.hs:13:9: |
|---|
| 1200 | Trying subst rules with |
|---|
| 1201 | Local $co$ :: a ~> c |
|---|
| 1202 | Wanted t_ahv :: Res [[[[[[[[a]]]]]]]] [[[[[[a]]]]]] b ~> [[b]] |
|---|
| 1203 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1204 | TFTest.hs:13:9: |
|---|
| 1205 | Trying subst rules with |
|---|
| 1206 | Local $co$ :: a ~> c |
|---|
| 1207 | Wanted t_ahj :: c ~> [a] |
|---|
| 1208 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1209 | TFTest.hs:13:9: |
|---|
| 1210 | Trying subst rules with |
|---|
| 1211 | Wanted t_ahw :: Res [[[[[[[[c]]]]]]]] [[[[[[c]]]]]] b ~> [[b]] |
|---|
| 1212 | Local $co$ :: a ~> c |
|---|
| 1213 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1214 | TFTest.hs:13:9: |
|---|
| 1215 | Trying subst rules with |
|---|
| 1216 | Wanted t_ahw :: Res [[[[[[[[c]]]]]]]] [[[[[[c]]]]]] b ~> [[b]] |
|---|
| 1217 | Wanted t_ahj :: c ~> [a] |
|---|
| 1218 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1219 | TFTest.hs:13:9: |
|---|
| 1220 | Trying subst rules with |
|---|
| 1221 | Wanted t_ahj :: c ~> [a] |
|---|
| 1222 | Wanted t_ahw :: Res [[[[[[[[c]]]]]]]] [[[[[[c]]]]]] b ~> [[b]] |
|---|
| 1223 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1224 | TFTest.hs:13:9: |
|---|
| 1225 | Trying subst rules with |
|---|
| 1226 | Wanted t_ahj :: c ~> [a] |
|---|
| 1227 | Local $co$ :: a ~> c |
|---|
| 1228 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1229 | TFTest.hs:13:9: |
|---|
| 1230 | Trying subst rules with |
|---|
| 1231 | Wanted t_ahx :: Res [[[[[[[[[a]]]]]]]]] [[[[[[[a]]]]]]] b ~> [[b]] |
|---|
| 1232 | Wanted t_ahj :: c ~> [a] |
|---|
| 1233 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1234 | TFTest.hs:13:9: |
|---|
| 1235 | Trying subst rules with |
|---|
| 1236 | Wanted t_ahx :: Res [[[[[[[[[a]]]]]]]]] [[[[[[[a]]]]]]] b ~> [[b]] |
|---|
| 1237 | Local $co$ :: a ~> c |
|---|
| 1238 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1239 | TFTest.hs:13:9: |
|---|
| 1240 | Trying subst rules with |
|---|
| 1241 | Local $co$ :: a ~> c |
|---|
| 1242 | Wanted t_ahx :: Res [[[[[[[[[a]]]]]]]]] [[[[[[[a]]]]]]] b ~> [[b]] |
|---|
| 1243 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1244 | TFTest.hs:13:9: |
|---|
| 1245 | Trying subst rules with |
|---|
| 1246 | Local $co$ :: a ~> c |
|---|
| 1247 | Wanted t_ahj :: c ~> [a] |
|---|
| 1248 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1249 | TFTest.hs:13:9: |
|---|
| 1250 | Trying subst rules with |
|---|
| 1251 | Wanted t_ahy :: Res [[[[[[[[[c]]]]]]]]] [[[[[[[c]]]]]]] b ~> [[b]] |
|---|
| 1252 | Local $co$ :: a ~> c |
|---|
| 1253 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1254 | TFTest.hs:13:9: |
|---|
| 1255 | Trying subst rules with |
|---|
| 1256 | Wanted t_ahy :: Res [[[[[[[[[c]]]]]]]]] [[[[[[[c]]]]]]] b ~> [[b]] |
|---|
| 1257 | Wanted t_ahj :: c ~> [a] |
|---|
| 1258 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1259 | TFTest.hs:13:9: |
|---|
| 1260 | Trying subst rules with |
|---|
| 1261 | Wanted t_ahj :: c ~> [a] |
|---|
| 1262 | Wanted t_ahy :: Res [[[[[[[[[c]]]]]]]]] [[[[[[[c]]]]]]] b ~> [[b]] |
|---|
| 1263 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1264 | TFTest.hs:13:9: |
|---|
| 1265 | Trying subst rules with |
|---|
| 1266 | Wanted t_ahj :: c ~> [a] |
|---|
| 1267 | Local $co$ :: a ~> c |
|---|
| 1268 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1269 | TFTest.hs:13:9: |
|---|
| 1270 | Trying subst rules with |
|---|
| 1271 | Wanted t_ahz :: Res |
|---|
| 1272 | [[[[[[[[[[a]]]]]]]]]] [[[[[[[[a]]]]]]]] b ~> [[b]] |
|---|
| 1273 | Wanted t_ahj :: c ~> [a] |
|---|
| 1274 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1275 | TFTest.hs:13:9: |
|---|
| 1276 | Trying subst rules with |
|---|
| 1277 | Wanted t_ahz :: Res |
|---|
| 1278 | [[[[[[[[[[a]]]]]]]]]] [[[[[[[[a]]]]]]]] b ~> [[b]] |
|---|
| 1279 | Local $co$ :: a ~> c |
|---|
| 1280 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1281 | TFTest.hs:13:9: |
|---|
| 1282 | Trying subst rules with |
|---|
| 1283 | Local $co$ :: a ~> c |
|---|
| 1284 | Wanted t_ahz :: Res |
|---|
| 1285 | [[[[[[[[[[a]]]]]]]]]] [[[[[[[[a]]]]]]]] b ~> [[b]] |
|---|
| 1286 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1287 | TFTest.hs:13:9: |
|---|
| 1288 | Trying subst rules with |
|---|
| 1289 | Local $co$ :: a ~> c |
|---|
| 1290 | Wanted t_ahj :: c ~> [a] |
|---|
| 1291 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1292 | TFTest.hs:13:9: |
|---|
| 1293 | Trying subst rules with |
|---|
| 1294 | Wanted t_ahA :: Res |
|---|
| 1295 | [[[[[[[[[[c]]]]]]]]]] [[[[[[[[c]]]]]]]] b ~> [[b]] |
|---|
| 1296 | Local $co$ :: a ~> c |
|---|
| 1297 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1298 | TFTest.hs:13:9: |
|---|
| 1299 | Trying subst rules with |
|---|
| 1300 | Wanted t_ahA :: Res |
|---|
| 1301 | [[[[[[[[[[c]]]]]]]]]] [[[[[[[[c]]]]]]]] b ~> [[b]] |
|---|
| 1302 | Wanted t_ahj :: c ~> [a] |
|---|
| 1303 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1304 | TFTest.hs:13:9: |
|---|
| 1305 | Trying subst rules with |
|---|
| 1306 | Wanted t_ahj :: c ~> [a] |
|---|
| 1307 | Wanted t_ahA :: Res |
|---|
| 1308 | [[[[[[[[[[c]]]]]]]]]] [[[[[[[[c]]]]]]]] b ~> [[b]] |
|---|
| 1309 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1310 | TFTest.hs:13:9: |
|---|
| 1311 | Trying subst rules with |
|---|
| 1312 | Wanted t_ahj :: c ~> [a] |
|---|
| 1313 | Local $co$ :: a ~> c |
|---|
| 1314 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1315 | TFTest.hs:13:9: |
|---|
| 1316 | Trying subst rules with |
|---|
| 1317 | Wanted t_ahB :: Res |
|---|
| 1318 | [[[[[[[[[[[a]]]]]]]]]]] [[[[[[[[[a]]]]]]]]] b ~> [[b]] |
|---|
| 1319 | Wanted t_ahj :: c ~> [a] |
|---|
| 1320 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1321 | TFTest.hs:13:9: |
|---|
| 1322 | Trying subst rules with |
|---|
| 1323 | Wanted t_ahB :: Res |
|---|
| 1324 | [[[[[[[[[[[a]]]]]]]]]]] [[[[[[[[[a]]]]]]]]] b ~> [[b]] |
|---|
| 1325 | Local $co$ :: a ~> c |
|---|
| 1326 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1327 | TFTest.hs:13:9: |
|---|
| 1328 | Trying subst rules with |
|---|
| 1329 | Local $co$ :: a ~> c |
|---|
| 1330 | Wanted t_ahB :: Res |
|---|
| 1331 | [[[[[[[[[[[a]]]]]]]]]]] [[[[[[[[[a]]]]]]]]] b ~> [[b]] |
|---|
| 1332 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1333 | TFTest.hs:13:9: |
|---|
| 1334 | Trying subst rules with |
|---|
| 1335 | Local $co$ :: a ~> c |
|---|
| 1336 | Wanted t_ahj :: c ~> [a] |
|---|
| 1337 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1338 | TFTest.hs:13:9: |
|---|
| 1339 | Trying subst rules with |
|---|
| 1340 | Wanted t_ahC :: Res |
|---|
| 1341 | [[[[[[[[[[[c]]]]]]]]]]] [[[[[[[[[c]]]]]]]]] b ~> [[b]] |
|---|
| 1342 | Local $co$ :: a ~> c |
|---|
| 1343 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1344 | TFTest.hs:13:9: |
|---|
| 1345 | Trying subst rules with |
|---|
| 1346 | Wanted t_ahC :: Res |
|---|
| 1347 | [[[[[[[[[[[c]]]]]]]]]]] [[[[[[[[[c]]]]]]]]] b ~> [[b]] |
|---|
| 1348 | Wanted t_ahj :: c ~> [a] |
|---|
| 1349 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1350 | TFTest.hs:13:9: |
|---|
| 1351 | Trying subst rules with |
|---|
| 1352 | Wanted t_ahj :: c ~> [a] |
|---|
| 1353 | Wanted t_ahC :: Res |
|---|
| 1354 | [[[[[[[[[[[c]]]]]]]]]]] [[[[[[[[[c]]]]]]]]] b ~> [[b]] |
|---|
| 1355 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1356 | TFTest.hs:13:9: |
|---|
| 1357 | Trying subst rules with |
|---|
| 1358 | Wanted t_ahj :: c ~> [a] |
|---|
| 1359 | Local $co$ :: a ~> c |
|---|
| 1360 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1361 | TFTest.hs:13:9: |
|---|
| 1362 | Trying subst rules with |
|---|
| 1363 | Wanted t_ahD :: Res |
|---|
| 1364 | [[[[[[[[[[[[a]]]]]]]]]]]] [[[[[[[[[[a]]]]]]]]]] b ~> [[b]] |
|---|
| 1365 | Wanted t_ahj :: c ~> [a] |
|---|
| 1366 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1367 | TFTest.hs:13:9: |
|---|
| 1368 | Trying subst rules with |
|---|
| 1369 | Wanted t_ahD :: Res |
|---|
| 1370 | [[[[[[[[[[[[a]]]]]]]]]]]] [[[[[[[[[[a]]]]]]]]]] b ~> [[b]] |
|---|
| 1371 | Local $co$ :: a ~> c |
|---|
| 1372 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1373 | TFTest.hs:13:9: |
|---|
| 1374 | Trying subst rules with |
|---|
| 1375 | Local $co$ :: a ~> c |
|---|
| 1376 | Wanted t_ahD :: Res |
|---|
| 1377 | [[[[[[[[[[[[a]]]]]]]]]]]] [[[[[[[[[[a]]]]]]]]]] b ~> [[b]] |
|---|
| 1378 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1379 | TFTest.hs:13:9: |
|---|
| 1380 | Trying subst rules with |
|---|
| 1381 | Local $co$ :: a ~> c |
|---|
| 1382 | Wanted t_ahj :: c ~> [a] |
|---|
| 1383 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1384 | TFTest.hs:13:9: |
|---|
| 1385 | Trying subst rules with |
|---|
| 1386 | Wanted t_ahE :: Res |
|---|
| 1387 | [[[[[[[[[[[[c]]]]]]]]]]]] [[[[[[[[[[c]]]]]]]]]] b ~> [[b]] |
|---|
| 1388 | Local $co$ :: a ~> c |
|---|
| 1389 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1390 | TFTest.hs:13:9: |
|---|
| 1391 | Trying subst rules with |
|---|
| 1392 | Wanted t_ahE :: Res |
|---|
| 1393 | [[[[[[[[[[[[c]]]]]]]]]]]] [[[[[[[[[[c]]]]]]]]]] b ~> [[b]] |
|---|
| 1394 | Wanted t_ahj :: c ~> [a] |
|---|
| 1395 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1396 | TFTest.hs:13:9: |
|---|
| 1397 | Trying subst rules with |
|---|
| 1398 | Wanted t_ahj :: c ~> [a] |
|---|
| 1399 | Wanted t_ahE :: Res |
|---|
| 1400 | [[[[[[[[[[[[c]]]]]]]]]]]] [[[[[[[[[[c]]]]]]]]]] b ~> [[b]] |
|---|
| 1401 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1402 | TFTest.hs:13:9: |
|---|
| 1403 | Trying subst rules with |
|---|
| 1404 | Wanted t_ahj :: c ~> [a] |
|---|
| 1405 | Local $co$ :: a ~> c |
|---|
| 1406 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1407 | TFTest.hs:13:9: |
|---|
| 1408 | Trying subst rules with |
|---|
| 1409 | Wanted t_ahF :: Res |
|---|
| 1410 | [[[[[[[[[[[[[a]]]]]]]]]]]]] [[[[[[[[[[[a]]]]]]]]]]] b ~> [[b]] |
|---|
| 1411 | Wanted t_ahj :: c ~> [a] |
|---|
| 1412 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1413 | TFTest.hs:13:9: |
|---|
| 1414 | Trying subst rules with |
|---|
| 1415 | Wanted t_ahF :: Res |
|---|
| 1416 | [[[[[[[[[[[[[a]]]]]]]]]]]]] [[[[[[[[[[[a]]]]]]]]]]] b ~> [[b]] |
|---|
| 1417 | Local $co$ :: a ~> c |
|---|
| 1418 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1419 | TFTest.hs:13:9: |
|---|
| 1420 | Trying subst rules with |
|---|
| 1421 | Local $co$ :: a ~> c |
|---|
| 1422 | Wanted t_ahF :: Res |
|---|
| 1423 | [[[[[[[[[[[[[a]]]]]]]]]]]]] [[[[[[[[[[[a]]]]]]]]]]] b ~> [[b]] |
|---|
| 1424 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1425 | TFTest.hs:13:9: |
|---|
| 1426 | Trying subst rules with |
|---|
| 1427 | Local $co$ :: a ~> c |
|---|
| 1428 | Wanted t_ahj :: c ~> [a] |
|---|
| 1429 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1430 | TFTest.hs:13:9: |
|---|
| 1431 | Trying subst rules with |
|---|
| 1432 | Wanted t_ahG :: Res |
|---|
| 1433 | [[[[[[[[[[[[[c]]]]]]]]]]]]] [[[[[[[[[[[c]]]]]]]]]]] b ~> [[b]] |
|---|
| 1434 | Local $co$ :: a ~> c |
|---|
| 1435 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1436 | TFTest.hs:13:9: |
|---|
| 1437 | Trying subst rules with |
|---|
| 1438 | Wanted t_ahG :: Res |
|---|
| 1439 | [[[[[[[[[[[[[c]]]]]]]]]]]]] [[[[[[[[[[[c]]]]]]]]]]] b ~> [[b]] |
|---|
| 1440 | Wanted t_ahj :: c ~> [a] |
|---|
| 1441 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1442 | TFTest.hs:13:9: |
|---|
| 1443 | Trying subst rules with |
|---|
| 1444 | Wanted t_ahj :: c ~> [a] |
|---|
| 1445 | Wanted t_ahG :: Res |
|---|
| 1446 | [[[[[[[[[[[[[c]]]]]]]]]]]]] [[[[[[[[[[[c]]]]]]]]]]] b ~> [[b]] |
|---|
| 1447 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1448 | TFTest.hs:13:9: |
|---|
| 1449 | Trying subst rules with |
|---|
| 1450 | Wanted t_ahj :: c ~> [a] |
|---|
| 1451 | Local $co$ :: a ~> c |
|---|
| 1452 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1453 | TFTest.hs:13:9: |
|---|
| 1454 | Trying subst rules with |
|---|
| 1455 | Wanted t_ahH :: Res |
|---|
| 1456 | [[[[[[[[[[[[[[a]]]]]]]]]]]]]] [[[[[[[[[[[[a]]]]]]]]]]]] b ~> [[b]] |
|---|
| 1457 | Wanted t_ahj :: c ~> [a] |
|---|
| 1458 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1459 | TFTest.hs:13:9: |
|---|
| 1460 | Trying subst rules with |
|---|
| 1461 | Wanted t_ahH :: Res |
|---|
| 1462 | [[[[[[[[[[[[[[a]]]]]]]]]]]]]] [[[[[[[[[[[[a]]]]]]]]]]]] b ~> [[b]] |
|---|
| 1463 | Local $co$ :: a ~> c |
|---|
| 1464 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1465 | TFTest.hs:13:9: |
|---|
| 1466 | Trying subst rules with |
|---|
| 1467 | Local $co$ :: a ~> c |
|---|
| 1468 | Wanted t_ahH :: Res |
|---|
| 1469 | [[[[[[[[[[[[[[a]]]]]]]]]]]]]] [[[[[[[[[[[[a]]]]]]]]]]]] b ~> [[b]] |
|---|
| 1470 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1471 | TFTest.hs:13:9: |
|---|
| 1472 | Trying subst rules with |
|---|
| 1473 | Local $co$ :: a ~> c |
|---|
| 1474 | Wanted t_ahj :: c ~> [a] |
|---|
| 1475 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1476 | TFTest.hs:13:9: |
|---|
| 1477 | Trying subst rules with |
|---|
| 1478 | Wanted t_ahI :: Res |
|---|
| 1479 | [[[[[[[[[[[[[[c]]]]]]]]]]]]]] [[[[[[[[[[[[c]]]]]]]]]]]] b ~> [[b]] |
|---|
| 1480 | Local $co$ :: a ~> c |
|---|
| 1481 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1482 | TFTest.hs:13:9: |
|---|
| 1483 | Trying subst rules with |
|---|
| 1484 | Wanted t_ahI :: Res |
|---|
| 1485 | [[[[[[[[[[[[[[c]]]]]]]]]]]]]] [[[[[[[[[[[[c]]]]]]]]]]]] b ~> [[b]] |
|---|
| 1486 | Wanted t_ahj :: c ~> [a] |
|---|
| 1487 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1488 | TFTest.hs:13:9: |
|---|
| 1489 | Trying subst rules with |
|---|
| 1490 | Wanted t_ahj :: c ~> [a] |
|---|
| 1491 | Wanted t_ahI :: Res |
|---|
| 1492 | [[[[[[[[[[[[[[c]]]]]]]]]]]]]] [[[[[[[[[[[[c]]]]]]]]]]]] b ~> [[b]] |
|---|
| 1493 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1494 | TFTest.hs:13:9: |
|---|
| 1495 | Trying subst rules with |
|---|
| 1496 | Wanted t_ahj :: c ~> [a] |
|---|
| 1497 | Local $co$ :: a ~> c |
|---|
| 1498 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1499 | TFTest.hs:13:9: |
|---|
| 1500 | Trying subst rules with |
|---|
| 1501 | Wanted t_ahJ :: Res |
|---|
| 1502 | [[[[[[[[[[[[[[[a]]]]]]]]]]]]]]] |
|---|
| 1503 | [[[[[[[[[[[[[a]]]]]]]]]]]]] |
|---|
| 1504 | b ~> [[b]] |
|---|
| 1505 | Wanted t_ahj :: c ~> [a] |
|---|
| 1506 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1507 | TFTest.hs:13:9: |
|---|
| 1508 | Trying subst rules with |
|---|
| 1509 | Wanted t_ahJ :: Res |
|---|
| 1510 | [[[[[[[[[[[[[[[a]]]]]]]]]]]]]]] |
|---|
| 1511 | [[[[[[[[[[[[[a]]]]]]]]]]]]] |
|---|
| 1512 | b ~> [[b]] |
|---|
| 1513 | Local $co$ :: a ~> c |
|---|
| 1514 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1515 | TFTest.hs:13:9: |
|---|
| 1516 | Trying subst rules with |
|---|
| 1517 | Local $co$ :: a ~> c |
|---|
| 1518 | Wanted t_ahJ :: Res |
|---|
| 1519 | [[[[[[[[[[[[[[[a]]]]]]]]]]]]]]] |
|---|
| 1520 | [[[[[[[[[[[[[a]]]]]]]]]]]]] |
|---|
| 1521 | b ~> [[b]] |
|---|
| 1522 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1523 | TFTest.hs:13:9: |
|---|
| 1524 | Trying subst rules with |
|---|
| 1525 | Local $co$ :: a ~> c |
|---|
| 1526 | Wanted t_ahj :: c ~> [a] |
|---|
| 1527 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1528 | TFTest.hs:13:9: |
|---|
| 1529 | Trying subst rules with |
|---|
| 1530 | Wanted t_ahK :: Res |
|---|
| 1531 | [[[[[[[[[[[[[[[c]]]]]]]]]]]]]]] |
|---|
| 1532 | [[[[[[[[[[[[[c]]]]]]]]]]]]] |
|---|
| 1533 | b ~> [[b]] |
|---|
| 1534 | Local $co$ :: a ~> c |
|---|
| 1535 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1536 | TFTest.hs:13:9: |
|---|
| 1537 | Trying subst rules with |
|---|
| 1538 | Wanted t_ahK :: Res |
|---|
| 1539 | [[[[[[[[[[[[[[[c]]]]]]]]]]]]]]] |
|---|
| 1540 | [[[[[[[[[[[[[c]]]]]]]]]]]]] |
|---|
| 1541 | b ~> [[b]] |
|---|
| 1542 | Wanted t_ahj :: c ~> [a] |
|---|
| 1543 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1544 | TFTest.hs:13:9: |
|---|
| 1545 | Trying subst rules with |
|---|
| 1546 | Wanted t_ahj :: c ~> [a] |
|---|
| 1547 | Wanted t_ahK :: Res |
|---|
| 1548 | [[[[[[[[[[[[[[[c]]]]]]]]]]]]]]] |
|---|
| 1549 | [[[[[[[[[[[[[c]]]]]]]]]]]]] |
|---|
| 1550 | b ~> [[b]] |
|---|
| 1551 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1552 | TFTest.hs:13:9: |
|---|
| 1553 | Trying subst rules with |
|---|
| 1554 | Wanted t_ahj :: c ~> [a] |
|---|
| 1555 | Local $co$ :: a ~> c |
|---|
| 1556 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1557 | TFTest.hs:13:9: |
|---|
| 1558 | Trying subst rules with |
|---|
| 1559 | Wanted t_ahL :: Res |
|---|
| 1560 | [[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]] |
|---|
| 1561 | [[[[[[[[[[[[[[a]]]]]]]]]]]]]] |
|---|
| 1562 | b ~> [[b]] |
|---|
| 1563 | Wanted t_ahj :: c ~> [a] |
|---|
| 1564 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1565 | TFTest.hs:13:9: |
|---|
| 1566 | Trying subst rules with |
|---|
| 1567 | Wanted t_ahL :: Res |
|---|
| 1568 | [[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]] |
|---|
| 1569 | [[[[[[[[[[[[[[a]]]]]]]]]]]]]] |
|---|
| 1570 | b ~> [[b]] |
|---|
| 1571 | Local $co$ :: a ~> c |
|---|
| 1572 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1573 | TFTest.hs:13:9: |
|---|
| 1574 | Trying subst rules with |
|---|
| 1575 | Local $co$ :: a ~> c |
|---|
| 1576 | Wanted t_ahL :: Res |
|---|
| 1577 | [[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]] |
|---|
| 1578 | [[[[[[[[[[[[[[a]]]]]]]]]]]]]] |
|---|
| 1579 | b ~> [[b]] |
|---|
| 1580 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1581 | TFTest.hs:13:9: |
|---|
| 1582 | Trying subst rules with |
|---|
| 1583 | Local $co$ :: a ~> c |
|---|
| 1584 | Wanted t_ahj :: c ~> [a] |
|---|
| 1585 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1586 | TFTest.hs:13:9: |
|---|
| 1587 | Trying subst rules with |
|---|
| 1588 | Wanted t_ahM :: Res |
|---|
| 1589 | [[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]] |
|---|
| 1590 | [[[[[[[[[[[[[[c]]]]]]]]]]]]]] |
|---|
| 1591 | b ~> [[b]] |
|---|
| 1592 | Local $co$ :: a ~> c |
|---|
| 1593 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1594 | TFTest.hs:13:9: |
|---|
| 1595 | Trying subst rules with |
|---|
| 1596 | Wanted t_ahM :: Res |
|---|
| 1597 | [[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]] |
|---|
| 1598 | [[[[[[[[[[[[[[c]]]]]]]]]]]]]] |
|---|
| 1599 | b ~> [[b]] |
|---|
| 1600 | Wanted t_ahj :: c ~> [a] |
|---|
| 1601 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1602 | TFTest.hs:13:9: |
|---|
| 1603 | Trying subst rules with |
|---|
| 1604 | Wanted t_ahj :: c ~> [a] |
|---|
| 1605 | Wanted t_ahM :: Res |
|---|
| 1606 | [[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]] |
|---|
| 1607 | [[[[[[[[[[[[[[c]]]]]]]]]]]]]] |
|---|
| 1608 | b ~> [[b]] |
|---|
| 1609 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1610 | TFTest.hs:13:9: |
|---|
| 1611 | Trying subst rules with |
|---|
| 1612 | Wanted t_ahj :: c ~> [a] |
|---|
| 1613 | Local $co$ :: a ~> c |
|---|
| 1614 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1615 | TFTest.hs:13:9: |
|---|
| 1616 | Trying subst rules with |
|---|
| 1617 | Wanted t_ahN :: Res |
|---|
| 1618 | [[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]] |
|---|
| 1619 | [[[[[[[[[[[[[[[a]]]]]]]]]]]]]]] |
|---|
| 1620 | b ~> [[b]] |
|---|
| 1621 | Wanted t_ahj :: c ~> [a] |
|---|
| 1622 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1623 | TFTest.hs:13:9: |
|---|
| 1624 | Trying subst rules with |
|---|
| 1625 | Wanted t_ahN :: Res |
|---|
| 1626 | [[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]] |
|---|
| 1627 | [[[[[[[[[[[[[[[a]]]]]]]]]]]]]]] |
|---|
| 1628 | b ~> [[b]] |
|---|
| 1629 | Local $co$ :: a ~> c |
|---|
| 1630 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1631 | TFTest.hs:13:9: |
|---|
| 1632 | Trying subst rules with |
|---|
| 1633 | Local $co$ :: a ~> c |
|---|
| 1634 | Wanted t_ahN :: Res |
|---|
| 1635 | [[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]] |
|---|
| 1636 | [[[[[[[[[[[[[[[a]]]]]]]]]]]]]]] |
|---|
| 1637 | b ~> [[b]] |
|---|
| 1638 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1639 | TFTest.hs:13:9: |
|---|
| 1640 | Trying subst rules with |
|---|
| 1641 | Local $co$ :: a ~> c |
|---|
| 1642 | Wanted t_ahj :: c ~> [a] |
|---|
| 1643 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1644 | TFTest.hs:13:9: |
|---|
| 1645 | Trying subst rules with |
|---|
| 1646 | Wanted t_ahO :: Res |
|---|
| 1647 | [[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]] |
|---|
| 1648 | [[[[[[[[[[[[[[[c]]]]]]]]]]]]]]] |
|---|
| 1649 | b ~> [[b]] |
|---|
| 1650 | Local $co$ :: a ~> c |
|---|
| 1651 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1652 | TFTest.hs:13:9: |
|---|
| 1653 | Trying subst rules with |
|---|
| 1654 | Wanted t_ahO :: Res |
|---|
| 1655 | [[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]] |
|---|
| 1656 | [[[[[[[[[[[[[[[c]]]]]]]]]]]]]]] |
|---|
| 1657 | b ~> [[b]] |
|---|
| 1658 | Wanted t_ahj :: c ~> [a] |
|---|
| 1659 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1660 | TFTest.hs:13:9: |
|---|
| 1661 | Trying subst rules with |
|---|
| 1662 | Wanted t_ahj :: c ~> [a] |
|---|
| 1663 | Wanted t_ahO :: Res |
|---|
| 1664 | [[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]] |
|---|
| 1665 | [[[[[[[[[[[[[[[c]]]]]]]]]]]]]]] |
|---|
| 1666 | b ~> [[b]] |
|---|
| 1667 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1668 | TFTest.hs:13:9: |
|---|
| 1669 | Trying subst rules with |
|---|
| 1670 | Wanted t_ahj :: c ~> [a] |
|---|
| 1671 | Local $co$ :: a ~> c |
|---|
| 1672 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1673 | TFTest.hs:13:9: |
|---|
| 1674 | Trying subst rules with |
|---|
| 1675 | Wanted t_ahP :: Res |
|---|
| 1676 | [[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]] |
|---|
| 1677 | [[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]] |
|---|
| 1678 | b ~> [[b]] |
|---|
| 1679 | Wanted t_ahj :: c ~> [a] |
|---|
| 1680 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1681 | TFTest.hs:13:9: |
|---|
| 1682 | Trying subst rules with |
|---|
| 1683 | Wanted t_ahP :: Res |
|---|
| 1684 | [[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]] |
|---|
| 1685 | [[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]] |
|---|
| 1686 | b ~> [[b]] |
|---|
| 1687 | Local $co$ :: a ~> c |
|---|
| 1688 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1689 | TFTest.hs:13:9: |
|---|
| 1690 | Trying subst rules with |
|---|
| 1691 | Local $co$ :: a ~> c |
|---|
| 1692 | Wanted t_ahP :: Res |
|---|
| 1693 | [[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]] |
|---|
| 1694 | [[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]] |
|---|
| 1695 | b ~> [[b]] |
|---|
| 1696 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1697 | TFTest.hs:13:9: |
|---|
| 1698 | Trying subst rules with |
|---|
| 1699 | Local $co$ :: a ~> c |
|---|
| 1700 | Wanted t_ahj :: c ~> [a] |
|---|
| 1701 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1702 | TFTest.hs:13:9: |
|---|
| 1703 | Trying subst rules with |
|---|
| 1704 | Wanted t_ahQ :: Res |
|---|
| 1705 | [[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]] |
|---|
| 1706 | [[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]] |
|---|
| 1707 | b ~> [[b]] |
|---|
| 1708 | Local $co$ :: a ~> c |
|---|
| 1709 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1710 | TFTest.hs:13:9: |
|---|
| 1711 | Trying subst rules with |
|---|
| 1712 | Wanted t_ahQ :: Res |
|---|
| 1713 | [[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]] |
|---|
| 1714 | [[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]] |
|---|
| 1715 | b ~> [[b]] |
|---|
| 1716 | Wanted t_ahj :: c ~> [a] |
|---|
| 1717 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1718 | TFTest.hs:13:9: |
|---|
| 1719 | Trying subst rules with |
|---|
| 1720 | Wanted t_ahj :: c ~> [a] |
|---|
| 1721 | Wanted t_ahQ :: Res |
|---|
| 1722 | [[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]] |
|---|
| 1723 | [[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]] |
|---|
| 1724 | b ~> [[b]] |
|---|
| 1725 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1726 | TFTest.hs:13:9: |
|---|
| 1727 | Trying subst rules with |
|---|
| 1728 | Wanted t_ahj :: c ~> [a] |
|---|
| 1729 | Local $co$ :: a ~> c |
|---|
| 1730 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1731 | TFTest.hs:13:9: |
|---|
| 1732 | Trying subst rules with |
|---|
| 1733 | Wanted t_ahR :: Res |
|---|
| 1734 | [[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]] |
|---|
| 1735 | [[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]] |
|---|
| 1736 | b ~> [[b]] |
|---|
| 1737 | Wanted t_ahj :: c ~> [a] |
|---|
| 1738 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1739 | TFTest.hs:13:9: |
|---|
| 1740 | Trying subst rules with |
|---|
| 1741 | Wanted t_ahR :: Res |
|---|
| 1742 | [[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]] |
|---|
| 1743 | [[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]] |
|---|
| 1744 | b ~> [[b]] |
|---|
| 1745 | Local $co$ :: a ~> c |
|---|
| 1746 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1747 | TFTest.hs:13:9: |
|---|
| 1748 | Trying subst rules with |
|---|
| 1749 | Local $co$ :: a ~> c |
|---|
| 1750 | Wanted t_ahR :: Res |
|---|
| 1751 | [[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]] |
|---|
| 1752 | [[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]] |
|---|
| 1753 | b ~> [[b]] |
|---|
| 1754 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1755 | TFTest.hs:13:9: |
|---|
| 1756 | Trying subst rules with |
|---|
| 1757 | Local $co$ :: a ~> c |
|---|
| 1758 | Wanted t_ahj :: c ~> [a] |
|---|
| 1759 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1760 | TFTest.hs:13:9: |
|---|
| 1761 | Trying subst rules with |
|---|
| 1762 | Wanted t_ahS :: Res |
|---|
| 1763 | [[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]] |
|---|
| 1764 | [[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]] |
|---|
| 1765 | b ~> [[b]] |
|---|
| 1766 | Local $co$ :: a ~> c |
|---|
| 1767 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1768 | TFTest.hs:13:9: |
|---|
| 1769 | Trying subst rules with |
|---|
| 1770 | Wanted t_ahS :: Res |
|---|
| 1771 | [[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]] |
|---|
| 1772 | [[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]] |
|---|
| 1773 | b ~> [[b]] |
|---|
| 1774 | Wanted t_ahj :: c ~> [a] |
|---|
| 1775 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1776 | TFTest.hs:13:9: |
|---|
| 1777 | Trying subst rules with |
|---|
| 1778 | Wanted t_ahj :: c ~> [a] |
|---|
| 1779 | Wanted t_ahS :: Res |
|---|
| 1780 | [[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]] |
|---|
| 1781 | [[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]] |
|---|
| 1782 | b ~> [[b]] |
|---|
| 1783 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1784 | TFTest.hs:13:9: |
|---|
| 1785 | Trying subst rules with |
|---|
| 1786 | Wanted t_ahj :: c ~> [a] |
|---|
| 1787 | Local $co$ :: a ~> c |
|---|
| 1788 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1789 | TFTest.hs:13:9: |
|---|
| 1790 | Trying subst rules with |
|---|
| 1791 | Wanted t_ahT :: Res |
|---|
| 1792 | [[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]] |
|---|
| 1793 | [[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]] |
|---|
| 1794 | b ~> [[b]] |
|---|
| 1795 | Wanted t_ahj :: c ~> [a] |
|---|
| 1796 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1797 | TFTest.hs:13:9: |
|---|
| 1798 | Trying subst rules with |
|---|
| 1799 | Wanted t_ahT :: Res |
|---|
| 1800 | [[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]] |
|---|
| 1801 | [[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]] |
|---|
| 1802 | b ~> [[b]] |
|---|
| 1803 | Local $co$ :: a ~> c |
|---|
| 1804 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1805 | TFTest.hs:13:9: |
|---|
| 1806 | Trying subst rules with |
|---|
| 1807 | Local $co$ :: a ~> c |
|---|
| 1808 | Wanted t_ahT :: Res |
|---|
| 1809 | [[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]] |
|---|
| 1810 | [[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]] |
|---|
| 1811 | b ~> [[b]] |
|---|
| 1812 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1813 | TFTest.hs:13:9: |
|---|
| 1814 | Trying subst rules with |
|---|
| 1815 | Local $co$ :: a ~> c |
|---|
| 1816 | Wanted t_ahj :: c ~> [a] |
|---|
| 1817 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1818 | TFTest.hs:13:9: |
|---|
| 1819 | Trying subst rules with |
|---|
| 1820 | Wanted t_ahU :: Res |
|---|
| 1821 | [[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]] |
|---|
| 1822 | [[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]] |
|---|
| 1823 | b ~> [[b]] |
|---|
| 1824 | Local $co$ :: a ~> c |
|---|
| 1825 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1826 | TFTest.hs:13:9: |
|---|
| 1827 | Trying subst rules with |
|---|
| 1828 | Wanted t_ahU :: Res |
|---|
| 1829 | [[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]] |
|---|
| 1830 | [[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]] |
|---|
| 1831 | b ~> [[b]] |
|---|
| 1832 | Wanted t_ahj :: c ~> [a] |
|---|
| 1833 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1834 | TFTest.hs:13:9: |
|---|
| 1835 | Trying subst rules with |
|---|
| 1836 | Wanted t_ahj :: c ~> [a] |
|---|
| 1837 | Wanted t_ahU :: Res |
|---|
| 1838 | [[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]] |
|---|
| 1839 | [[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]] |
|---|
| 1840 | b ~> [[b]] |
|---|
| 1841 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1842 | TFTest.hs:13:9: |
|---|
| 1843 | Trying subst rules with |
|---|
| 1844 | Wanted t_ahj :: c ~> [a] |
|---|
| 1845 | Local $co$ :: a ~> c |
|---|
| 1846 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1847 | TFTest.hs:13:9: |
|---|
| 1848 | Trying subst rules with |
|---|
| 1849 | Wanted t_ahV :: Res |
|---|
| 1850 | [[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]] |
|---|
| 1851 | [[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]] |
|---|
| 1852 | b ~> [[b]] |
|---|
| 1853 | Wanted t_ahj :: c ~> [a] |
|---|
| 1854 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1855 | TFTest.hs:13:9: |
|---|
| 1856 | Trying subst rules with |
|---|
| 1857 | Wanted t_ahV :: Res |
|---|
| 1858 | [[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]] |
|---|
| 1859 | [[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]] |
|---|
| 1860 | b ~> [[b]] |
|---|
| 1861 | Local $co$ :: a ~> c |
|---|
| 1862 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1863 | TFTest.hs:13:9: |
|---|
| 1864 | Trying subst rules with |
|---|
| 1865 | Local $co$ :: a ~> c |
|---|
| 1866 | Wanted t_ahV :: Res |
|---|
| 1867 | [[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]] |
|---|
| 1868 | [[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]] |
|---|
| 1869 | b ~> [[b]] |
|---|
| 1870 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1871 | TFTest.hs:13:9: |
|---|
| 1872 | Trying subst rules with |
|---|
| 1873 | Local $co$ :: a ~> c |
|---|
| 1874 | Wanted t_ahj :: c ~> [a] |
|---|
| 1875 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1876 | TFTest.hs:13:9: |
|---|
| 1877 | Trying subst rules with |
|---|
| 1878 | Wanted t_ahW :: Res |
|---|
| 1879 | [[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]] |
|---|
| 1880 | [[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]] |
|---|
| 1881 | b ~> [[b]] |
|---|
| 1882 | Local $co$ :: a ~> c |
|---|
| 1883 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1884 | TFTest.hs:13:9: |
|---|
| 1885 | Trying subst rules with |
|---|
| 1886 | Wanted t_ahW :: Res |
|---|
| 1887 | [[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]] |
|---|
| 1888 | [[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]] |
|---|
| 1889 | b ~> [[b]] |
|---|
| 1890 | Wanted t_ahj :: c ~> [a] |
|---|
| 1891 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1892 | TFTest.hs:13:9: |
|---|
| 1893 | Trying subst rules with |
|---|
| 1894 | Wanted t_ahj :: c ~> [a] |
|---|
| 1895 | Wanted t_ahW :: Res |
|---|
| 1896 | [[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]] |
|---|
| 1897 | [[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]] |
|---|
| 1898 | b ~> [[b]] |
|---|
| 1899 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1900 | TFTest.hs:13:9: |
|---|
| 1901 | Trying subst rules with |
|---|
| 1902 | Wanted t_ahj :: c ~> [a] |
|---|
| 1903 | Local $co$ :: a ~> c |
|---|
| 1904 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1905 | TFTest.hs:13:9: |
|---|
| 1906 | Trying subst rules with |
|---|
| 1907 | Wanted t_ahX :: Res |
|---|
| 1908 | [[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 1909 | [[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]] |
|---|
| 1910 | b ~> [[b]] |
|---|
| 1911 | Wanted t_ahj :: c ~> [a] |
|---|
| 1912 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1913 | TFTest.hs:13:9: |
|---|
| 1914 | Trying subst rules with |
|---|
| 1915 | Wanted t_ahX :: Res |
|---|
| 1916 | [[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 1917 | [[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]] |
|---|
| 1918 | b ~> [[b]] |
|---|
| 1919 | Local $co$ :: a ~> c |
|---|
| 1920 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1921 | TFTest.hs:13:9: |
|---|
| 1922 | Trying subst rules with |
|---|
| 1923 | Local $co$ :: a ~> c |
|---|
| 1924 | Wanted t_ahX :: Res |
|---|
| 1925 | [[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 1926 | [[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]] |
|---|
| 1927 | b ~> [[b]] |
|---|
| 1928 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1929 | TFTest.hs:13:9: |
|---|
| 1930 | Trying subst rules with |
|---|
| 1931 | Local $co$ :: a ~> c |
|---|
| 1932 | Wanted t_ahj :: c ~> [a] |
|---|
| 1933 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1934 | TFTest.hs:13:9: |
|---|
| 1935 | Trying subst rules with |
|---|
| 1936 | Wanted t_ahY :: Res |
|---|
| 1937 | [[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 1938 | [[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]] |
|---|
| 1939 | b ~> [[b]] |
|---|
| 1940 | Local $co$ :: a ~> c |
|---|
| 1941 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1942 | TFTest.hs:13:9: |
|---|
| 1943 | Trying subst rules with |
|---|
| 1944 | Wanted t_ahY :: Res |
|---|
| 1945 | [[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 1946 | [[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]] |
|---|
| 1947 | b ~> [[b]] |
|---|
| 1948 | Wanted t_ahj :: c ~> [a] |
|---|
| 1949 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1950 | TFTest.hs:13:9: |
|---|
| 1951 | Trying subst rules with |
|---|
| 1952 | Wanted t_ahj :: c ~> [a] |
|---|
| 1953 | Wanted t_ahY :: Res |
|---|
| 1954 | [[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 1955 | [[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]] |
|---|
| 1956 | b ~> [[b]] |
|---|
| 1957 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1958 | TFTest.hs:13:9: |
|---|
| 1959 | Trying subst rules with |
|---|
| 1960 | Wanted t_ahj :: c ~> [a] |
|---|
| 1961 | Local $co$ :: a ~> c |
|---|
| 1962 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1963 | TFTest.hs:13:9: |
|---|
| 1964 | Trying subst rules with |
|---|
| 1965 | Wanted t_ahZ :: Res |
|---|
| 1966 | [[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 1967 | [[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]] |
|---|
| 1968 | b ~> [[b]] |
|---|
| 1969 | Wanted t_ahj :: c ~> [a] |
|---|
| 1970 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1971 | TFTest.hs:13:9: |
|---|
| 1972 | Trying subst rules with |
|---|
| 1973 | Wanted t_ahZ :: Res |
|---|
| 1974 | [[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 1975 | [[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]] |
|---|
| 1976 | b ~> [[b]] |
|---|
| 1977 | Local $co$ :: a ~> c |
|---|
| 1978 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1979 | TFTest.hs:13:9: |
|---|
| 1980 | Trying subst rules with |
|---|
| 1981 | Local $co$ :: a ~> c |
|---|
| 1982 | Wanted t_ahZ :: Res |
|---|
| 1983 | [[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 1984 | [[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]] |
|---|
| 1985 | b ~> [[b]] |
|---|
| 1986 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1987 | TFTest.hs:13:9: |
|---|
| 1988 | Trying subst rules with |
|---|
| 1989 | Local $co$ :: a ~> c |
|---|
| 1990 | Wanted t_ahj :: c ~> [a] |
|---|
| 1991 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 1992 | TFTest.hs:13:9: |
|---|
| 1993 | Trying subst rules with |
|---|
| 1994 | Wanted t_ai0 :: Res |
|---|
| 1995 | [[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 1996 | [[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]] |
|---|
| 1997 | b ~> [[b]] |
|---|
| 1998 | Local $co$ :: a ~> c |
|---|
| 1999 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2000 | TFTest.hs:13:9: |
|---|
| 2001 | Trying subst rules with |
|---|
| 2002 | Wanted t_ai0 :: Res |
|---|
| 2003 | [[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2004 | [[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2005 | b ~> [[b]] |
|---|
| 2006 | Wanted t_ahj :: c ~> [a] |
|---|
| 2007 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2008 | TFTest.hs:13:9: |
|---|
| 2009 | Trying subst rules with |
|---|
| 2010 | Wanted t_ahj :: c ~> [a] |
|---|
| 2011 | Wanted t_ai0 :: Res |
|---|
| 2012 | [[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2013 | [[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2014 | b ~> [[b]] |
|---|
| 2015 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2016 | TFTest.hs:13:9: |
|---|
| 2017 | Trying subst rules with |
|---|
| 2018 | Wanted t_ahj :: c ~> [a] |
|---|
| 2019 | Local $co$ :: a ~> c |
|---|
| 2020 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2021 | TFTest.hs:13:9: |
|---|
| 2022 | Trying subst rules with |
|---|
| 2023 | Wanted t_ai1 :: Res |
|---|
| 2024 | [[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2025 | [[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2026 | b ~> [[b]] |
|---|
| 2027 | Wanted t_ahj :: c ~> [a] |
|---|
| 2028 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2029 | TFTest.hs:13:9: |
|---|
| 2030 | Trying subst rules with |
|---|
| 2031 | Wanted t_ai1 :: Res |
|---|
| 2032 | [[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2033 | [[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2034 | b ~> [[b]] |
|---|
| 2035 | Local $co$ :: a ~> c |
|---|
| 2036 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2037 | TFTest.hs:13:9: |
|---|
| 2038 | Trying subst rules with |
|---|
| 2039 | Local $co$ :: a ~> c |
|---|
| 2040 | Wanted t_ai1 :: Res |
|---|
| 2041 | [[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2042 | [[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2043 | b ~> [[b]] |
|---|
| 2044 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2045 | TFTest.hs:13:9: |
|---|
| 2046 | Trying subst rules with |
|---|
| 2047 | Local $co$ :: a ~> c |
|---|
| 2048 | Wanted t_ahj :: c ~> [a] |
|---|
| 2049 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2050 | TFTest.hs:13:9: |
|---|
| 2051 | Trying subst rules with |
|---|
| 2052 | Wanted t_ai2 :: Res |
|---|
| 2053 | [[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2054 | [[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2055 | b ~> [[b]] |
|---|
| 2056 | Local $co$ :: a ~> c |
|---|
| 2057 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2058 | TFTest.hs:13:9: |
|---|
| 2059 | Trying subst rules with |
|---|
| 2060 | Wanted t_ai2 :: Res |
|---|
| 2061 | [[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2062 | [[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2063 | b ~> [[b]] |
|---|
| 2064 | Wanted t_ahj :: c ~> [a] |
|---|
| 2065 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2066 | TFTest.hs:13:9: |
|---|
| 2067 | Trying subst rules with |
|---|
| 2068 | Wanted t_ahj :: c ~> [a] |
|---|
| 2069 | Wanted t_ai2 :: Res |
|---|
| 2070 | [[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2071 | [[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2072 | b ~> [[b]] |
|---|
| 2073 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2074 | TFTest.hs:13:9: |
|---|
| 2075 | Trying subst rules with |
|---|
| 2076 | Wanted t_ahj :: c ~> [a] |
|---|
| 2077 | Local $co$ :: a ~> c |
|---|
| 2078 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2079 | TFTest.hs:13:9: |
|---|
| 2080 | Trying subst rules with |
|---|
| 2081 | Wanted t_ai3 :: Res |
|---|
| 2082 | [[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2083 | [[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2084 | b ~> [[b]] |
|---|
| 2085 | Wanted t_ahj :: c ~> [a] |
|---|
| 2086 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2087 | TFTest.hs:13:9: |
|---|
| 2088 | Trying subst rules with |
|---|
| 2089 | Wanted t_ai3 :: Res |
|---|
| 2090 | [[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2091 | [[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2092 | b ~> [[b]] |
|---|
| 2093 | Local $co$ :: a ~> c |
|---|
| 2094 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2095 | TFTest.hs:13:9: |
|---|
| 2096 | Trying subst rules with |
|---|
| 2097 | Local $co$ :: a ~> c |
|---|
| 2098 | Wanted t_ai3 :: Res |
|---|
| 2099 | [[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2100 | [[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2101 | b ~> [[b]] |
|---|
| 2102 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2103 | TFTest.hs:13:9: |
|---|
| 2104 | Trying subst rules with |
|---|
| 2105 | Local $co$ :: a ~> c |
|---|
| 2106 | Wanted t_ahj :: c ~> [a] |
|---|
| 2107 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2108 | TFTest.hs:13:9: |
|---|
| 2109 | Trying subst rules with |
|---|
| 2110 | Wanted t_ai4 :: Res |
|---|
| 2111 | [[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2112 | [[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2113 | b ~> [[b]] |
|---|
| 2114 | Local $co$ :: a ~> c |
|---|
| 2115 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2116 | TFTest.hs:13:9: |
|---|
| 2117 | Trying subst rules with |
|---|
| 2118 | Wanted t_ai4 :: Res |
|---|
| 2119 | [[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2120 | [[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2121 | b ~> [[b]] |
|---|
| 2122 | Wanted t_ahj :: c ~> [a] |
|---|
| 2123 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2124 | TFTest.hs:13:9: |
|---|
| 2125 | Trying subst rules with |
|---|
| 2126 | Wanted t_ahj :: c ~> [a] |
|---|
| 2127 | Wanted t_ai4 :: Res |
|---|
| 2128 | [[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2129 | [[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2130 | b ~> [[b]] |
|---|
| 2131 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2132 | TFTest.hs:13:9: |
|---|
| 2133 | Trying subst rules with |
|---|
| 2134 | Wanted t_ahj :: c ~> [a] |
|---|
| 2135 | Local $co$ :: a ~> c |
|---|
| 2136 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2137 | TFTest.hs:13:9: |
|---|
| 2138 | Trying subst rules with |
|---|
| 2139 | Wanted t_ai5 :: Res |
|---|
| 2140 | [[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2141 | [[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2142 | b ~> [[b]] |
|---|
| 2143 | Wanted t_ahj :: c ~> [a] |
|---|
| 2144 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2145 | TFTest.hs:13:9: |
|---|
| 2146 | Trying subst rules with |
|---|
| 2147 | Wanted t_ai5 :: Res |
|---|
| 2148 | [[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2149 | [[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2150 | b ~> [[b]] |
|---|
| 2151 | Local $co$ :: a ~> c |
|---|
| 2152 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2153 | TFTest.hs:13:9: |
|---|
| 2154 | Trying subst rules with |
|---|
| 2155 | Local $co$ :: a ~> c |
|---|
| 2156 | Wanted t_ai5 :: Res |
|---|
| 2157 | [[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2158 | [[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2159 | b ~> [[b]] |
|---|
| 2160 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2161 | TFTest.hs:13:9: |
|---|
| 2162 | Trying subst rules with |
|---|
| 2163 | Local $co$ :: a ~> c |
|---|
| 2164 | Wanted t_ahj :: c ~> [a] |
|---|
| 2165 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2166 | TFTest.hs:13:9: |
|---|
| 2167 | Trying subst rules with |
|---|
| 2168 | Wanted t_ai6 :: Res |
|---|
| 2169 | [[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2170 | [[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2171 | b ~> [[b]] |
|---|
| 2172 | Local $co$ :: a ~> c |
|---|
| 2173 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2174 | TFTest.hs:13:9: |
|---|
| 2175 | Trying subst rules with |
|---|
| 2176 | Wanted t_ai6 :: Res |
|---|
| 2177 | [[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2178 | [[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2179 | b ~> [[b]] |
|---|
| 2180 | Wanted t_ahj :: c ~> [a] |
|---|
| 2181 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2182 | TFTest.hs:13:9: |
|---|
| 2183 | Trying subst rules with |
|---|
| 2184 | Wanted t_ahj :: c ~> [a] |
|---|
| 2185 | Wanted t_ai6 :: Res |
|---|
| 2186 | [[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2187 | [[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2188 | b ~> [[b]] |
|---|
| 2189 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2190 | TFTest.hs:13:9: |
|---|
| 2191 | Trying subst rules with |
|---|
| 2192 | Wanted t_ahj :: c ~> [a] |
|---|
| 2193 | Local $co$ :: a ~> c |
|---|
| 2194 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2195 | TFTest.hs:13:9: |
|---|
| 2196 | Trying subst rules with |
|---|
| 2197 | Wanted t_ai7 :: Res |
|---|
| 2198 | [[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2199 | [[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2200 | b ~> [[b]] |
|---|
| 2201 | Wanted t_ahj :: c ~> [a] |
|---|
| 2202 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2203 | TFTest.hs:13:9: |
|---|
| 2204 | Trying subst rules with |
|---|
| 2205 | Wanted t_ai7 :: Res |
|---|
| 2206 | [[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2207 | [[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2208 | b ~> [[b]] |
|---|
| 2209 | Local $co$ :: a ~> c |
|---|
| 2210 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2211 | TFTest.hs:13:9: |
|---|
| 2212 | Trying subst rules with |
|---|
| 2213 | Local $co$ :: a ~> c |
|---|
| 2214 | Wanted t_ai7 :: Res |
|---|
| 2215 | [[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2216 | [[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2217 | b ~> [[b]] |
|---|
| 2218 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2219 | TFTest.hs:13:9: |
|---|
| 2220 | Trying subst rules with |
|---|
| 2221 | Local $co$ :: a ~> c |
|---|
| 2222 | Wanted t_ahj :: c ~> [a] |
|---|
| 2223 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2224 | TFTest.hs:13:9: |
|---|
| 2225 | Trying subst rules with |
|---|
| 2226 | Wanted t_ai8 :: Res |
|---|
| 2227 | [[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2228 | [[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2229 | b ~> [[b]] |
|---|
| 2230 | Local $co$ :: a ~> c |
|---|
| 2231 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2232 | TFTest.hs:13:9: |
|---|
| 2233 | Trying subst rules with |
|---|
| 2234 | Wanted t_ai8 :: Res |
|---|
| 2235 | [[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2236 | [[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2237 | b ~> [[b]] |
|---|
| 2238 | Wanted t_ahj :: c ~> [a] |
|---|
| 2239 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2240 | TFTest.hs:13:9: |
|---|
| 2241 | Trying subst rules with |
|---|
| 2242 | Wanted t_ahj :: c ~> [a] |
|---|
| 2243 | Wanted t_ai8 :: Res |
|---|
| 2244 | [[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2245 | [[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2246 | b ~> [[b]] |
|---|
| 2247 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2248 | TFTest.hs:13:9: |
|---|
| 2249 | Trying subst rules with |
|---|
| 2250 | Wanted t_ahj :: c ~> [a] |
|---|
| 2251 | Local $co$ :: a ~> c |
|---|
| 2252 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2253 | TFTest.hs:13:9: |
|---|
| 2254 | Trying subst rules with |
|---|
| 2255 | Wanted t_ai9 :: Res |
|---|
| 2256 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2257 | [[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2258 | b ~> [[b]] |
|---|
| 2259 | Wanted t_ahj :: c ~> [a] |
|---|
| 2260 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2261 | TFTest.hs:13:9: |
|---|
| 2262 | Trying subst rules with |
|---|
| 2263 | Wanted t_ai9 :: Res |
|---|
| 2264 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2265 | [[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2266 | b ~> [[b]] |
|---|
| 2267 | Local $co$ :: a ~> c |
|---|
| 2268 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2269 | TFTest.hs:13:9: |
|---|
| 2270 | Trying subst rules with |
|---|
| 2271 | Local $co$ :: a ~> c |
|---|
| 2272 | Wanted t_ai9 :: Res |
|---|
| 2273 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2274 | [[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2275 | b ~> [[b]] |
|---|
| 2276 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2277 | TFTest.hs:13:9: |
|---|
| 2278 | Trying subst rules with |
|---|
| 2279 | Local $co$ :: a ~> c |
|---|
| 2280 | Wanted t_ahj :: c ~> [a] |
|---|
| 2281 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2282 | TFTest.hs:13:9: |
|---|
| 2283 | Trying subst rules with |
|---|
| 2284 | Wanted t_aia :: Res |
|---|
| 2285 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2286 | [[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2287 | b ~> [[b]] |
|---|
| 2288 | Local $co$ :: a ~> c |
|---|
| 2289 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2290 | TFTest.hs:13:9: |
|---|
| 2291 | Trying subst rules with |
|---|
| 2292 | Wanted t_aia :: Res |
|---|
| 2293 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2294 | [[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2295 | b ~> [[b]] |
|---|
| 2296 | Wanted t_ahj :: c ~> [a] |
|---|
| 2297 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2298 | TFTest.hs:13:9: |
|---|
| 2299 | Trying subst rules with |
|---|
| 2300 | Wanted t_ahj :: c ~> [a] |
|---|
| 2301 | Wanted t_aia :: Res |
|---|
| 2302 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2303 | [[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2304 | b ~> [[b]] |
|---|
| 2305 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2306 | TFTest.hs:13:9: |
|---|
| 2307 | Trying subst rules with |
|---|
| 2308 | Wanted t_ahj :: c ~> [a] |
|---|
| 2309 | Local $co$ :: a ~> c |
|---|
| 2310 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2311 | TFTest.hs:13:9: |
|---|
| 2312 | Trying subst rules with |
|---|
| 2313 | Wanted t_aib :: Res |
|---|
| 2314 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2315 | [[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2316 | b ~> [[b]] |
|---|
| 2317 | Wanted t_ahj :: c ~> [a] |
|---|
| 2318 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2319 | TFTest.hs:13:9: |
|---|
| 2320 | Trying subst rules with |
|---|
| 2321 | Wanted t_aib :: Res |
|---|
| 2322 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2323 | [[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2324 | b ~> [[b]] |
|---|
| 2325 | Local $co$ :: a ~> c |
|---|
| 2326 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2327 | TFTest.hs:13:9: |
|---|
| 2328 | Trying subst rules with |
|---|
| 2329 | Local $co$ :: a ~> c |
|---|
| 2330 | Wanted t_aib :: Res |
|---|
| 2331 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2332 | [[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2333 | b ~> [[b]] |
|---|
| 2334 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2335 | TFTest.hs:13:9: |
|---|
| 2336 | Trying subst rules with |
|---|
| 2337 | Local $co$ :: a ~> c |
|---|
| 2338 | Wanted t_ahj :: c ~> [a] |
|---|
| 2339 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2340 | TFTest.hs:13:9: |
|---|
| 2341 | Trying subst rules with |
|---|
| 2342 | Wanted t_aic :: Res |
|---|
| 2343 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2344 | [[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2345 | b ~> [[b]] |
|---|
| 2346 | Local $co$ :: a ~> c |
|---|
| 2347 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2348 | TFTest.hs:13:9: |
|---|
| 2349 | Trying subst rules with |
|---|
| 2350 | Wanted t_aic :: Res |
|---|
| 2351 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2352 | [[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2353 | b ~> [[b]] |
|---|
| 2354 | Wanted t_ahj :: c ~> [a] |
|---|
| 2355 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2356 | TFTest.hs:13:9: |
|---|
| 2357 | Trying subst rules with |
|---|
| 2358 | Wanted t_ahj :: c ~> [a] |
|---|
| 2359 | Wanted t_aic :: Res |
|---|
| 2360 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2361 | [[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2362 | b ~> [[b]] |
|---|
| 2363 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2364 | TFTest.hs:13:9: |
|---|
| 2365 | Trying subst rules with |
|---|
| 2366 | Wanted t_ahj :: c ~> [a] |
|---|
| 2367 | Local $co$ :: a ~> c |
|---|
| 2368 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2369 | TFTest.hs:13:9: |
|---|
| 2370 | Trying subst rules with |
|---|
| 2371 | Wanted t_aid :: Res |
|---|
| 2372 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2373 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2374 | b ~> [[b]] |
|---|
| 2375 | Wanted t_ahj :: c ~> [a] |
|---|
| 2376 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2377 | TFTest.hs:13:9: |
|---|
| 2378 | Trying subst rules with |
|---|
| 2379 | Wanted t_aid :: Res |
|---|
| 2380 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2381 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2382 | b ~> [[b]] |
|---|
| 2383 | Local $co$ :: a ~> c |
|---|
| 2384 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2385 | TFTest.hs:13:9: |
|---|
| 2386 | Trying subst rules with |
|---|
| 2387 | Local $co$ :: a ~> c |
|---|
| 2388 | Wanted t_aid :: Res |
|---|
| 2389 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2390 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2391 | b ~> [[b]] |
|---|
| 2392 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2393 | TFTest.hs:13:9: |
|---|
| 2394 | Trying subst rules with |
|---|
| 2395 | Local $co$ :: a ~> c |
|---|
| 2396 | Wanted t_ahj :: c ~> [a] |
|---|
| 2397 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2398 | TFTest.hs:13:9: |
|---|
| 2399 | Trying subst rules with |
|---|
| 2400 | Wanted t_aie :: Res |
|---|
| 2401 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2402 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2403 | b ~> [[b]] |
|---|
| 2404 | Local $co$ :: a ~> c |
|---|
| 2405 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2406 | TFTest.hs:13:9: |
|---|
| 2407 | Trying subst rules with |
|---|
| 2408 | Wanted t_aie :: Res |
|---|
| 2409 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2410 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2411 | b ~> [[b]] |
|---|
| 2412 | Wanted t_ahj :: c ~> [a] |
|---|
| 2413 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2414 | TFTest.hs:13:9: |
|---|
| 2415 | Trying subst rules with |
|---|
| 2416 | Wanted t_ahj :: c ~> [a] |
|---|
| 2417 | Wanted t_aie :: Res |
|---|
| 2418 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2419 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2420 | b ~> [[b]] |
|---|
| 2421 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2422 | TFTest.hs:13:9: |
|---|
| 2423 | Trying subst rules with |
|---|
| 2424 | Wanted t_ahj :: c ~> [a] |
|---|
| 2425 | Local $co$ :: a ~> c |
|---|
| 2426 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2427 | TFTest.hs:13:9: |
|---|
| 2428 | Trying subst rules with |
|---|
| 2429 | Wanted t_aif :: Res |
|---|
| 2430 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2431 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2432 | b ~> [[b]] |
|---|
| 2433 | Wanted t_ahj :: c ~> [a] |
|---|
| 2434 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2435 | TFTest.hs:13:9: |
|---|
| 2436 | Trying subst rules with |
|---|
| 2437 | Wanted t_aif :: Res |
|---|
| 2438 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2439 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2440 | b ~> [[b]] |
|---|
| 2441 | Local $co$ :: a ~> c |
|---|
| 2442 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2443 | TFTest.hs:13:9: |
|---|
| 2444 | Trying subst rules with |
|---|
| 2445 | Local $co$ :: a ~> c |
|---|
| 2446 | Wanted t_aif :: Res |
|---|
| 2447 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2448 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2449 | b ~> [[b]] |
|---|
| 2450 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2451 | TFTest.hs:13:9: |
|---|
| 2452 | Trying subst rules with |
|---|
| 2453 | Local $co$ :: a ~> c |
|---|
| 2454 | Wanted t_ahj :: c ~> [a] |
|---|
| 2455 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2456 | TFTest.hs:13:9: |
|---|
| 2457 | Trying subst rules with |
|---|
| 2458 | Wanted t_aig :: Res |
|---|
| 2459 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2460 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2461 | b ~> [[b]] |
|---|
| 2462 | Local $co$ :: a ~> c |
|---|
| 2463 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2464 | TFTest.hs:13:9: |
|---|
| 2465 | Trying subst rules with |
|---|
| 2466 | Wanted t_aig :: Res |
|---|
| 2467 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2468 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2469 | b ~> [[b]] |
|---|
| 2470 | Wanted t_ahj :: c ~> [a] |
|---|
| 2471 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2472 | TFTest.hs:13:9: |
|---|
| 2473 | Trying subst rules with |
|---|
| 2474 | Wanted t_ahj :: c ~> [a] |
|---|
| 2475 | Wanted t_aig :: Res |
|---|
| 2476 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2477 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2478 | b ~> [[b]] |
|---|
| 2479 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2480 | TFTest.hs:13:9: |
|---|
| 2481 | Trying subst rules with |
|---|
| 2482 | Wanted t_ahj :: c ~> [a] |
|---|
| 2483 | Local $co$ :: a ~> c |
|---|
| 2484 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2485 | TFTest.hs:13:9: |
|---|
| 2486 | Trying subst rules with |
|---|
| 2487 | Wanted t_aih :: Res |
|---|
| 2488 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2489 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2490 | b ~> [[b]] |
|---|
| 2491 | Wanted t_ahj :: c ~> [a] |
|---|
| 2492 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2493 | TFTest.hs:13:9: |
|---|
| 2494 | Trying subst rules with |
|---|
| 2495 | Wanted t_aih :: Res |
|---|
| 2496 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2497 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2498 | b ~> [[b]] |
|---|
| 2499 | Local $co$ :: a ~> c |
|---|
| 2500 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2501 | TFTest.hs:13:9: |
|---|
| 2502 | Trying subst rules with |
|---|
| 2503 | Local $co$ :: a ~> c |
|---|
| 2504 | Wanted t_aih :: Res |
|---|
| 2505 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2506 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2507 | b ~> [[b]] |
|---|
| 2508 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2509 | TFTest.hs:13:9: |
|---|
| 2510 | Trying subst rules with |
|---|
| 2511 | Local $co$ :: a ~> c |
|---|
| 2512 | Wanted t_ahj :: c ~> [a] |
|---|
| 2513 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2514 | TFTest.hs:13:9: |
|---|
| 2515 | Trying subst rules with |
|---|
| 2516 | Wanted t_aii :: Res |
|---|
| 2517 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2518 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2519 | b ~> [[b]] |
|---|
| 2520 | Local $co$ :: a ~> c |
|---|
| 2521 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2522 | TFTest.hs:13:9: |
|---|
| 2523 | Trying subst rules with |
|---|
| 2524 | Wanted t_aii :: Res |
|---|
| 2525 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2526 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2527 | b ~> [[b]] |
|---|
| 2528 | Wanted t_ahj :: c ~> [a] |
|---|
| 2529 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2530 | TFTest.hs:13:9: |
|---|
| 2531 | Trying subst rules with |
|---|
| 2532 | Wanted t_ahj :: c ~> [a] |
|---|
| 2533 | Wanted t_aii :: Res |
|---|
| 2534 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2535 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2536 | b ~> [[b]] |
|---|
| 2537 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2538 | TFTest.hs:13:9: |
|---|
| 2539 | Trying subst rules with |
|---|
| 2540 | Wanted t_ahj :: c ~> [a] |
|---|
| 2541 | Local $co$ :: a ~> c |
|---|
| 2542 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2543 | TFTest.hs:13:9: |
|---|
| 2544 | Trying subst rules with |
|---|
| 2545 | Wanted t_aij :: Res |
|---|
| 2546 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2547 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2548 | b ~> [[b]] |
|---|
| 2549 | Wanted t_ahj :: c ~> [a] |
|---|
| 2550 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2551 | TFTest.hs:13:9: |
|---|
| 2552 | Trying subst rules with |
|---|
| 2553 | Wanted t_aij :: Res |
|---|
| 2554 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2555 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2556 | b ~> [[b]] |
|---|
| 2557 | Local $co$ :: a ~> c |
|---|
| 2558 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2559 | TFTest.hs:13:9: |
|---|
| 2560 | Trying subst rules with |
|---|
| 2561 | Local $co$ :: a ~> c |
|---|
| 2562 | Wanted t_aij :: Res |
|---|
| 2563 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2564 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2565 | b ~> [[b]] |
|---|
| 2566 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2567 | TFTest.hs:13:9: |
|---|
| 2568 | Trying subst rules with |
|---|
| 2569 | Local $co$ :: a ~> c |
|---|
| 2570 | Wanted t_ahj :: c ~> [a] |
|---|
| 2571 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2572 | TFTest.hs:13:9: |
|---|
| 2573 | Trying subst rules with |
|---|
| 2574 | Wanted t_aik :: Res |
|---|
| 2575 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2576 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2577 | b ~> [[b]] |
|---|
| 2578 | Local $co$ :: a ~> c |
|---|
| 2579 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2580 | TFTest.hs:13:9: |
|---|
| 2581 | Trying subst rules with |
|---|
| 2582 | Wanted t_aik :: Res |
|---|
| 2583 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2584 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2585 | b ~> [[b]] |
|---|
| 2586 | Wanted t_ahj :: c ~> [a] |
|---|
| 2587 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2588 | TFTest.hs:13:9: |
|---|
| 2589 | Trying subst rules with |
|---|
| 2590 | Wanted t_ahj :: c ~> [a] |
|---|
| 2591 | Wanted t_aik :: Res |
|---|
| 2592 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2593 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2594 | b ~> [[b]] |
|---|
| 2595 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2596 | TFTest.hs:13:9: |
|---|
| 2597 | Trying subst rules with |
|---|
| 2598 | Wanted t_ahj :: c ~> [a] |
|---|
| 2599 | Local $co$ :: a ~> c |
|---|
| 2600 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2601 | TFTest.hs:13:9: |
|---|
| 2602 | Trying subst rules with |
|---|
| 2603 | Wanted t_ail :: Res |
|---|
| 2604 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2605 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2606 | b ~> [[b]] |
|---|
| 2607 | Wanted t_ahj :: c ~> [a] |
|---|
| 2608 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2609 | TFTest.hs:13:9: |
|---|
| 2610 | Trying subst rules with |
|---|
| 2611 | Wanted t_ail :: Res |
|---|
| 2612 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2613 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2614 | b ~> [[b]] |
|---|
| 2615 | Local $co$ :: a ~> c |
|---|
| 2616 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2617 | TFTest.hs:13:9: |
|---|
| 2618 | Trying subst rules with |
|---|
| 2619 | Local $co$ :: a ~> c |
|---|
| 2620 | Wanted t_ail :: Res |
|---|
| 2621 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2622 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2623 | b ~> [[b]] |
|---|
| 2624 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2625 | TFTest.hs:13:9: |
|---|
| 2626 | Trying subst rules with |
|---|
| 2627 | Local $co$ :: a ~> c |
|---|
| 2628 | Wanted t_ahj :: c ~> [a] |
|---|
| 2629 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2630 | TFTest.hs:13:9: |
|---|
| 2631 | Trying subst rules with |
|---|
| 2632 | Wanted t_aim :: Res |
|---|
| 2633 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2634 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2635 | b ~> [[b]] |
|---|
| 2636 | Local $co$ :: a ~> c |
|---|
| 2637 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2638 | TFTest.hs:13:9: |
|---|
| 2639 | Trying subst rules with |
|---|
| 2640 | Wanted t_aim :: Res |
|---|
| 2641 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2642 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2643 | b ~> [[b]] |
|---|
| 2644 | Wanted t_ahj :: c ~> [a] |
|---|
| 2645 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2646 | TFTest.hs:13:9: |
|---|
| 2647 | Trying subst rules with |
|---|
| 2648 | Wanted t_ahj :: c ~> [a] |
|---|
| 2649 | Wanted t_aim :: Res |
|---|
| 2650 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2651 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2652 | b ~> [[b]] |
|---|
| 2653 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2654 | TFTest.hs:13:9: |
|---|
| 2655 | Trying subst rules with |
|---|
| 2656 | Wanted t_ahj :: c ~> [a] |
|---|
| 2657 | Local $co$ :: a ~> c |
|---|
| 2658 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2659 | TFTest.hs:13:9: |
|---|
| 2660 | Trying subst rules with |
|---|
| 2661 | Wanted t_ain :: Res |
|---|
| 2662 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2663 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2664 | b ~> [[b]] |
|---|
| 2665 | Wanted t_ahj :: c ~> [a] |
|---|
| 2666 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2667 | TFTest.hs:13:9: |
|---|
| 2668 | Trying subst rules with |
|---|
| 2669 | Wanted t_ain :: Res |
|---|
| 2670 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2671 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2672 | b ~> [[b]] |
|---|
| 2673 | Local $co$ :: a ~> c |
|---|
| 2674 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2675 | TFTest.hs:13:9: |
|---|
| 2676 | Trying subst rules with |
|---|
| 2677 | Local $co$ :: a ~> c |
|---|
| 2678 | Wanted t_ain :: Res |
|---|
| 2679 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2680 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2681 | b ~> [[b]] |
|---|
| 2682 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2683 | TFTest.hs:13:9: |
|---|
| 2684 | Trying subst rules with |
|---|
| 2685 | Local $co$ :: a ~> c |
|---|
| 2686 | Wanted t_ahj :: c ~> [a] |
|---|
| 2687 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2688 | TFTest.hs:13:9: |
|---|
| 2689 | Trying subst rules with |
|---|
| 2690 | Wanted t_aio :: Res |
|---|
| 2691 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2692 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2693 | b ~> [[b]] |
|---|
| 2694 | Local $co$ :: a ~> c |
|---|
| 2695 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2696 | TFTest.hs:13:9: |
|---|
| 2697 | Trying subst rules with |
|---|
| 2698 | Wanted t_aio :: Res |
|---|
| 2699 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2700 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2701 | b ~> [[b]] |
|---|
| 2702 | Wanted t_ahj :: c ~> [a] |
|---|
| 2703 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2704 | TFTest.hs:13:9: |
|---|
| 2705 | Trying subst rules with |
|---|
| 2706 | Wanted t_ahj :: c ~> [a] |
|---|
| 2707 | Wanted t_aio :: Res |
|---|
| 2708 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2709 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2710 | b ~> [[b]] |
|---|
| 2711 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2712 | TFTest.hs:13:9: |
|---|
| 2713 | Trying subst rules with |
|---|
| 2714 | Wanted t_ahj :: c ~> [a] |
|---|
| 2715 | Local $co$ :: a ~> c |
|---|
| 2716 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2717 | TFTest.hs:13:9: |
|---|
| 2718 | Trying subst rules with |
|---|
| 2719 | Wanted t_aip :: Res |
|---|
| 2720 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2721 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2722 | b ~> [[b]] |
|---|
| 2723 | Wanted t_ahj :: c ~> [a] |
|---|
| 2724 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2725 | TFTest.hs:13:9: |
|---|
| 2726 | Trying subst rules with |
|---|
| 2727 | Wanted t_aip :: Res |
|---|
| 2728 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2729 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2730 | b ~> [[b]] |
|---|
| 2731 | Local $co$ :: a ~> c |
|---|
| 2732 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2733 | TFTest.hs:13:9: |
|---|
| 2734 | Trying subst rules with |
|---|
| 2735 | Local $co$ :: a ~> c |
|---|
| 2736 | Wanted t_aip :: Res |
|---|
| 2737 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2738 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2739 | b ~> [[b]] |
|---|
| 2740 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2741 | TFTest.hs:13:9: |
|---|
| 2742 | Trying subst rules with |
|---|
| 2743 | Local $co$ :: a ~> c |
|---|
| 2744 | Wanted t_ahj :: c ~> [a] |
|---|
| 2745 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2746 | TFTest.hs:13:9: |
|---|
| 2747 | Trying subst rules with |
|---|
| 2748 | Wanted t_aiq :: Res |
|---|
| 2749 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2750 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2751 | b ~> [[b]] |
|---|
| 2752 | Local $co$ :: a ~> c |
|---|
| 2753 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2754 | TFTest.hs:13:9: |
|---|
| 2755 | Trying subst rules with |
|---|
| 2756 | Wanted t_aiq :: Res |
|---|
| 2757 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2758 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2759 | b ~> [[b]] |
|---|
| 2760 | Wanted t_ahj :: c ~> [a] |
|---|
| 2761 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2762 | TFTest.hs:13:9: |
|---|
| 2763 | Trying subst rules with |
|---|
| 2764 | Wanted t_ahj :: c ~> [a] |
|---|
| 2765 | Wanted t_aiq :: Res |
|---|
| 2766 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2767 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2768 | b ~> [[b]] |
|---|
| 2769 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2770 | TFTest.hs:13:9: |
|---|
| 2771 | Trying subst rules with |
|---|
| 2772 | Wanted t_ahj :: c ~> [a] |
|---|
| 2773 | Local $co$ :: a ~> c |
|---|
| 2774 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2775 | TFTest.hs:13:9: |
|---|
| 2776 | Trying subst rules with |
|---|
| 2777 | Wanted t_air :: Res |
|---|
| 2778 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2779 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2780 | b ~> [[b]] |
|---|
| 2781 | Wanted t_ahj :: c ~> [a] |
|---|
| 2782 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2783 | TFTest.hs:13:9: |
|---|
| 2784 | Trying subst rules with |
|---|
| 2785 | Wanted t_air :: Res |
|---|
| 2786 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2787 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2788 | b ~> [[b]] |
|---|
| 2789 | Local $co$ :: a ~> c |
|---|
| 2790 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2791 | TFTest.hs:13:9: |
|---|
| 2792 | Trying subst rules with |
|---|
| 2793 | Local $co$ :: a ~> c |
|---|
| 2794 | Wanted t_air :: Res |
|---|
| 2795 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2796 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2797 | b ~> [[b]] |
|---|
| 2798 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2799 | TFTest.hs:13:9: |
|---|
| 2800 | Trying subst rules with |
|---|
| 2801 | Local $co$ :: a ~> c |
|---|
| 2802 | Wanted t_ahj :: c ~> [a] |
|---|
| 2803 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2804 | TFTest.hs:13:9: |
|---|
| 2805 | Trying subst rules with |
|---|
| 2806 | Wanted t_ais :: Res |
|---|
| 2807 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2808 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2809 | b ~> [[b]] |
|---|
| 2810 | Local $co$ :: a ~> c |
|---|
| 2811 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2812 | TFTest.hs:13:9: |
|---|
| 2813 | Trying subst rules with |
|---|
| 2814 | Wanted t_ais :: Res |
|---|
| 2815 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2816 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2817 | b ~> [[b]] |
|---|
| 2818 | Wanted t_ahj :: c ~> [a] |
|---|
| 2819 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2820 | TFTest.hs:13:9: |
|---|
| 2821 | Trying subst rules with |
|---|
| 2822 | Wanted t_ahj :: c ~> [a] |
|---|
| 2823 | Wanted t_ais :: Res |
|---|
| 2824 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2825 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2826 | b ~> [[b]] |
|---|
| 2827 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2828 | TFTest.hs:13:9: |
|---|
| 2829 | Trying subst rules with |
|---|
| 2830 | Wanted t_ahj :: c ~> [a] |
|---|
| 2831 | Local $co$ :: a ~> c |
|---|
| 2832 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2833 | TFTest.hs:13:9: |
|---|
| 2834 | Trying subst rules with |
|---|
| 2835 | Wanted t_ait :: Res |
|---|
| 2836 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2837 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2838 | b ~> [[b]] |
|---|
| 2839 | Wanted t_ahj :: c ~> [a] |
|---|
| 2840 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2841 | TFTest.hs:13:9: |
|---|
| 2842 | Trying subst rules with |
|---|
| 2843 | Wanted t_ait :: Res |
|---|
| 2844 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2845 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2846 | b ~> [[b]] |
|---|
| 2847 | Local $co$ :: a ~> c |
|---|
| 2848 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2849 | TFTest.hs:13:9: |
|---|
| 2850 | Trying subst rules with |
|---|
| 2851 | Local $co$ :: a ~> c |
|---|
| 2852 | Wanted t_ait :: Res |
|---|
| 2853 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2854 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2855 | b ~> [[b]] |
|---|
| 2856 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2857 | TFTest.hs:13:9: |
|---|
| 2858 | Trying subst rules with |
|---|
| 2859 | Local $co$ :: a ~> c |
|---|
| 2860 | Wanted t_ahj :: c ~> [a] |
|---|
| 2861 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2862 | TFTest.hs:13:9: |
|---|
| 2863 | Trying subst rules with |
|---|
| 2864 | Wanted t_aiu :: Res |
|---|
| 2865 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2866 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2867 | b ~> [[b]] |
|---|
| 2868 | Local $co$ :: a ~> c |
|---|
| 2869 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2870 | TFTest.hs:13:9: |
|---|
| 2871 | Trying subst rules with |
|---|
| 2872 | Wanted t_aiu :: Res |
|---|
| 2873 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2874 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2875 | b ~> [[b]] |
|---|
| 2876 | Wanted t_ahj :: c ~> [a] |
|---|
| 2877 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2878 | TFTest.hs:13:9: |
|---|
| 2879 | Trying subst rules with |
|---|
| 2880 | Wanted t_ahj :: c ~> [a] |
|---|
| 2881 | Wanted t_aiu :: Res |
|---|
| 2882 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2883 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2884 | b ~> [[b]] |
|---|
| 2885 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2886 | TFTest.hs:13:9: |
|---|
| 2887 | Trying subst rules with |
|---|
| 2888 | Wanted t_ahj :: c ~> [a] |
|---|
| 2889 | Local $co$ :: a ~> c |
|---|
| 2890 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2891 | TFTest.hs:13:9: |
|---|
| 2892 | Trying subst rules with |
|---|
| 2893 | Wanted t_aiv :: Res |
|---|
| 2894 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2895 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2896 | b ~> [[b]] |
|---|
| 2897 | Wanted t_ahj :: c ~> [a] |
|---|
| 2898 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2899 | TFTest.hs:13:9: |
|---|
| 2900 | Trying subst rules with |
|---|
| 2901 | Wanted t_aiv :: Res |
|---|
| 2902 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2903 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2904 | b ~> [[b]] |
|---|
| 2905 | Local $co$ :: a ~> c |
|---|
| 2906 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2907 | TFTest.hs:13:9: |
|---|
| 2908 | Trying subst rules with |
|---|
| 2909 | Local $co$ :: a ~> c |
|---|
| 2910 | Wanted t_aiv :: Res |
|---|
| 2911 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2912 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2913 | b ~> [[b]] |
|---|
| 2914 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2915 | TFTest.hs:13:9: |
|---|
| 2916 | Trying subst rules with |
|---|
| 2917 | Local $co$ :: a ~> c |
|---|
| 2918 | Wanted t_ahj :: c ~> [a] |
|---|
| 2919 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2920 | TFTest.hs:13:9: |
|---|
| 2921 | Trying subst rules with |
|---|
| 2922 | Wanted t_aiw :: Res |
|---|
| 2923 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2924 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2925 | b ~> [[b]] |
|---|
| 2926 | Local $co$ :: a ~> c |
|---|
| 2927 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2928 | TFTest.hs:13:9: |
|---|
| 2929 | Trying subst rules with |
|---|
| 2930 | Wanted t_aiw :: Res |
|---|
| 2931 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2932 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2933 | b ~> [[b]] |
|---|
| 2934 | Wanted t_ahj :: c ~> [a] |
|---|
| 2935 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2936 | TFTest.hs:13:9: |
|---|
| 2937 | Trying subst rules with |
|---|
| 2938 | Wanted t_ahj :: c ~> [a] |
|---|
| 2939 | Wanted t_aiw :: Res |
|---|
| 2940 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2941 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2942 | b ~> [[b]] |
|---|
| 2943 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2944 | TFTest.hs:13:9: |
|---|
| 2945 | Trying subst rules with |
|---|
| 2946 | Wanted t_ahj :: c ~> [a] |
|---|
| 2947 | Local $co$ :: a ~> c |
|---|
| 2948 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2949 | TFTest.hs:13:9: |
|---|
| 2950 | Trying subst rules with |
|---|
| 2951 | Wanted t_aix :: Res |
|---|
| 2952 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2953 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2954 | b ~> [[b]] |
|---|
| 2955 | Wanted t_ahj :: c ~> [a] |
|---|
| 2956 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2957 | TFTest.hs:13:9: |
|---|
| 2958 | Trying subst rules with |
|---|
| 2959 | Wanted t_aix :: Res |
|---|
| 2960 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2961 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2962 | b ~> [[b]] |
|---|
| 2963 | Local $co$ :: a ~> c |
|---|
| 2964 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2965 | TFTest.hs:13:9: |
|---|
| 2966 | Trying subst rules with |
|---|
| 2967 | Local $co$ :: a ~> c |
|---|
| 2968 | Wanted t_aix :: Res |
|---|
| 2969 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2970 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2971 | b ~> [[b]] |
|---|
| 2972 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2973 | TFTest.hs:13:9: |
|---|
| 2974 | Trying subst rules with |
|---|
| 2975 | Local $co$ :: a ~> c |
|---|
| 2976 | Wanted t_ahj :: c ~> [a] |
|---|
| 2977 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2978 | TFTest.hs:13:9: |
|---|
| 2979 | Trying subst rules with |
|---|
| 2980 | Wanted t_aiy :: Res |
|---|
| 2981 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2982 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2983 | b ~> [[b]] |
|---|
| 2984 | Local $co$ :: a ~> c |
|---|
| 2985 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2986 | TFTest.hs:13:9: |
|---|
| 2987 | Trying subst rules with |
|---|
| 2988 | Wanted t_aiy :: Res |
|---|
| 2989 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2990 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2991 | b ~> [[b]] |
|---|
| 2992 | Wanted t_ahj :: c ~> [a] |
|---|
| 2993 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 2994 | TFTest.hs:13:9: |
|---|
| 2995 | Trying subst rules with |
|---|
| 2996 | Wanted t_ahj :: c ~> [a] |
|---|
| 2997 | Wanted t_aiy :: Res |
|---|
| 2998 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 2999 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3000 | b ~> [[b]] |
|---|
| 3001 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3002 | TFTest.hs:13:9: |
|---|
| 3003 | Trying subst rules with |
|---|
| 3004 | Wanted t_ahj :: c ~> [a] |
|---|
| 3005 | Local $co$ :: a ~> c |
|---|
| 3006 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3007 | TFTest.hs:13:9: |
|---|
| 3008 | Trying subst rules with |
|---|
| 3009 | Wanted t_aiz :: Res |
|---|
| 3010 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3011 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3012 | b ~> [[b]] |
|---|
| 3013 | Wanted t_ahj :: c ~> [a] |
|---|
| 3014 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3015 | TFTest.hs:13:9: |
|---|
| 3016 | Trying subst rules with |
|---|
| 3017 | Wanted t_aiz :: Res |
|---|
| 3018 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3019 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3020 | b ~> [[b]] |
|---|
| 3021 | Local $co$ :: a ~> c |
|---|
| 3022 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3023 | TFTest.hs:13:9: |
|---|
| 3024 | Trying subst rules with |
|---|
| 3025 | Local $co$ :: a ~> c |
|---|
| 3026 | Wanted t_aiz :: Res |
|---|
| 3027 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3028 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3029 | b ~> [[b]] |
|---|
| 3030 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3031 | TFTest.hs:13:9: |
|---|
| 3032 | Trying subst rules with |
|---|
| 3033 | Local $co$ :: a ~> c |
|---|
| 3034 | Wanted t_ahj :: c ~> [a] |
|---|
| 3035 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3036 | TFTest.hs:13:9: |
|---|
| 3037 | Trying subst rules with |
|---|
| 3038 | Wanted t_aiA :: Res |
|---|
| 3039 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3040 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3041 | b ~> [[b]] |
|---|
| 3042 | Local $co$ :: a ~> c |
|---|
| 3043 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3044 | TFTest.hs:13:9: |
|---|
| 3045 | Trying subst rules with |
|---|
| 3046 | Wanted t_aiA :: Res |
|---|
| 3047 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3048 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3049 | b ~> [[b]] |
|---|
| 3050 | Wanted t_ahj :: c ~> [a] |
|---|
| 3051 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3052 | TFTest.hs:13:9: |
|---|
| 3053 | Trying subst rules with |
|---|
| 3054 | Wanted t_ahj :: c ~> [a] |
|---|
| 3055 | Wanted t_aiA :: Res |
|---|
| 3056 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3057 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3058 | b ~> [[b]] |
|---|
| 3059 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3060 | TFTest.hs:13:9: |
|---|
| 3061 | Trying subst rules with |
|---|
| 3062 | Wanted t_ahj :: c ~> [a] |
|---|
| 3063 | Local $co$ :: a ~> c |
|---|
| 3064 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3065 | TFTest.hs:13:9: |
|---|
| 3066 | Trying subst rules with |
|---|
| 3067 | Wanted t_aiB :: Res |
|---|
| 3068 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3069 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3070 | b ~> [[b]] |
|---|
| 3071 | Wanted t_ahj :: c ~> [a] |
|---|
| 3072 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3073 | TFTest.hs:13:9: |
|---|
| 3074 | Trying subst rules with |
|---|
| 3075 | Wanted t_aiB :: Res |
|---|
| 3076 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3077 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3078 | b ~> [[b]] |
|---|
| 3079 | Local $co$ :: a ~> c |
|---|
| 3080 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3081 | TFTest.hs:13:9: |
|---|
| 3082 | Trying subst rules with |
|---|
| 3083 | Local $co$ :: a ~> c |
|---|
| 3084 | Wanted t_aiB :: Res |
|---|
| 3085 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3086 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3087 | b ~> [[b]] |
|---|
| 3088 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3089 | TFTest.hs:13:9: |
|---|
| 3090 | Trying subst rules with |
|---|
| 3091 | Local $co$ :: a ~> c |
|---|
| 3092 | Wanted t_ahj :: c ~> [a] |
|---|
| 3093 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3094 | TFTest.hs:13:9: |
|---|
| 3095 | Trying subst rules with |
|---|
| 3096 | Wanted t_aiC :: Res |
|---|
| 3097 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3098 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3099 | b ~> [[b]] |
|---|
| 3100 | Local $co$ :: a ~> c |
|---|
| 3101 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3102 | TFTest.hs:13:9: |
|---|
| 3103 | Trying subst rules with |
|---|
| 3104 | Wanted t_aiC :: Res |
|---|
| 3105 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3106 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3107 | b ~> [[b]] |
|---|
| 3108 | Wanted t_ahj :: c ~> [a] |
|---|
| 3109 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3110 | TFTest.hs:13:9: |
|---|
| 3111 | Trying subst rules with |
|---|
| 3112 | Wanted t_ahj :: c ~> [a] |
|---|
| 3113 | Wanted t_aiC :: Res |
|---|
| 3114 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3115 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3116 | b ~> [[b]] |
|---|
| 3117 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3118 | TFTest.hs:13:9: |
|---|
| 3119 | Trying subst rules with |
|---|
| 3120 | Wanted t_ahj :: c ~> [a] |
|---|
| 3121 | Local $co$ :: a ~> c |
|---|
| 3122 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3123 | TFTest.hs:13:9: |
|---|
| 3124 | Trying subst rules with |
|---|
| 3125 | Wanted t_aiD :: Res |
|---|
| 3126 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3127 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3128 | b ~> [[b]] |
|---|
| 3129 | Wanted t_ahj :: c ~> [a] |
|---|
| 3130 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3131 | TFTest.hs:13:9: |
|---|
| 3132 | Trying subst rules with |
|---|
| 3133 | Wanted t_aiD :: Res |
|---|
| 3134 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3135 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3136 | b ~> [[b]] |
|---|
| 3137 | Local $co$ :: a ~> c |
|---|
| 3138 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3139 | TFTest.hs:13:9: |
|---|
| 3140 | Trying subst rules with |
|---|
| 3141 | Local $co$ :: a ~> c |
|---|
| 3142 | Wanted t_aiD :: Res |
|---|
| 3143 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3144 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3145 | b ~> [[b]] |
|---|
| 3146 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3147 | TFTest.hs:13:9: |
|---|
| 3148 | Trying subst rules with |
|---|
| 3149 | Local $co$ :: a ~> c |
|---|
| 3150 | Wanted t_ahj :: c ~> [a] |
|---|
| 3151 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3152 | TFTest.hs:13:9: |
|---|
| 3153 | Trying subst rules with |
|---|
| 3154 | Wanted t_aiE :: Res |
|---|
| 3155 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3156 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3157 | b ~> [[b]] |
|---|
| 3158 | Local $co$ :: a ~> c |
|---|
| 3159 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3160 | TFTest.hs:13:9: |
|---|
| 3161 | Trying subst rules with |
|---|
| 3162 | Wanted t_aiE :: Res |
|---|
| 3163 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3164 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3165 | b ~> [[b]] |
|---|
| 3166 | Wanted t_ahj :: c ~> [a] |
|---|
| 3167 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3168 | TFTest.hs:13:9: |
|---|
| 3169 | Trying subst rules with |
|---|
| 3170 | Wanted t_ahj :: c ~> [a] |
|---|
| 3171 | Wanted t_aiE :: Res |
|---|
| 3172 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3173 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3174 | b ~> [[b]] |
|---|
| 3175 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3176 | TFTest.hs:13:9: |
|---|
| 3177 | Trying subst rules with |
|---|
| 3178 | Wanted t_ahj :: c ~> [a] |
|---|
| 3179 | Local $co$ :: a ~> c |
|---|
| 3180 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3181 | TFTest.hs:13:9: |
|---|
| 3182 | Trying subst rules with |
|---|
| 3183 | Wanted t_aiF :: Res |
|---|
| 3184 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3185 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3186 | b ~> [[b]] |
|---|
| 3187 | Wanted t_ahj :: c ~> [a] |
|---|
| 3188 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3189 | TFTest.hs:13:9: |
|---|
| 3190 | Trying subst rules with |
|---|
| 3191 | Wanted t_aiF :: Res |
|---|
| 3192 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3193 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3194 | b ~> [[b]] |
|---|
| 3195 | Local $co$ :: a ~> c |
|---|
| 3196 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3197 | TFTest.hs:13:9: |
|---|
| 3198 | Trying subst rules with |
|---|
| 3199 | Local $co$ :: a ~> c |
|---|
| 3200 | Wanted t_aiF :: Res |
|---|
| 3201 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3202 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3203 | b ~> [[b]] |
|---|
| 3204 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3205 | TFTest.hs:13:9: |
|---|
| 3206 | Trying subst rules with |
|---|
| 3207 | Local $co$ :: a ~> c |
|---|
| 3208 | Wanted t_ahj :: c ~> [a] |
|---|
| 3209 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3210 | TFTest.hs:13:9: |
|---|
| 3211 | Trying subst rules with |
|---|
| 3212 | Wanted t_aiG :: Res |
|---|
| 3213 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3214 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3215 | b ~> [[b]] |
|---|
| 3216 | Local $co$ :: a ~> c |
|---|
| 3217 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3218 | TFTest.hs:13:9: |
|---|
| 3219 | Trying subst rules with |
|---|
| 3220 | Wanted t_aiG :: Res |
|---|
| 3221 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3222 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3223 | b ~> [[b]] |
|---|
| 3224 | Wanted t_ahj :: c ~> [a] |
|---|
| 3225 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3226 | TFTest.hs:13:9: |
|---|
| 3227 | Trying subst rules with |
|---|
| 3228 | Wanted t_ahj :: c ~> [a] |
|---|
| 3229 | Wanted t_aiG :: Res |
|---|
| 3230 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3231 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3232 | b ~> [[b]] |
|---|
| 3233 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3234 | TFTest.hs:13:9: |
|---|
| 3235 | Trying subst rules with |
|---|
| 3236 | Wanted t_ahj :: c ~> [a] |
|---|
| 3237 | Local $co$ :: a ~> c |
|---|
| 3238 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3239 | TFTest.hs:13:9: |
|---|
| 3240 | Trying subst rules with |
|---|
| 3241 | Wanted t_aiH :: Res |
|---|
| 3242 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3243 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3244 | b ~> [[b]] |
|---|
| 3245 | Wanted t_ahj :: c ~> [a] |
|---|
| 3246 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3247 | TFTest.hs:13:9: |
|---|
| 3248 | Trying subst rules with |
|---|
| 3249 | Wanted t_aiH :: Res |
|---|
| 3250 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3251 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3252 | b ~> [[b]] |
|---|
| 3253 | Local $co$ :: a ~> c |
|---|
| 3254 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3255 | TFTest.hs:13:9: |
|---|
| 3256 | Trying subst rules with |
|---|
| 3257 | Local $co$ :: a ~> c |
|---|
| 3258 | Wanted t_aiH :: Res |
|---|
| 3259 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3260 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3261 | b ~> [[b]] |
|---|
| 3262 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3263 | TFTest.hs:13:9: |
|---|
| 3264 | Trying subst rules with |
|---|
| 3265 | Local $co$ :: a ~> c |
|---|
| 3266 | Wanted t_ahj :: c ~> [a] |
|---|
| 3267 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3268 | TFTest.hs:13:9: |
|---|
| 3269 | Trying subst rules with |
|---|
| 3270 | Wanted t_aiI :: Res |
|---|
| 3271 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3272 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3273 | b ~> [[b]] |
|---|
| 3274 | Local $co$ :: a ~> c |
|---|
| 3275 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3276 | TFTest.hs:13:9: |
|---|
| 3277 | Trying subst rules with |
|---|
| 3278 | Wanted t_aiI :: Res |
|---|
| 3279 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3280 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3281 | b ~> [[b]] |
|---|
| 3282 | Wanted t_ahj :: c ~> [a] |
|---|
| 3283 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3284 | TFTest.hs:13:9: |
|---|
| 3285 | Trying subst rules with |
|---|
| 3286 | Wanted t_ahj :: c ~> [a] |
|---|
| 3287 | Wanted t_aiI :: Res |
|---|
| 3288 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3289 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3290 | b ~> [[b]] |
|---|
| 3291 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3292 | TFTest.hs:13:9: |
|---|
| 3293 | Trying subst rules with |
|---|
| 3294 | Wanted t_ahj :: c ~> [a] |
|---|
| 3295 | Local $co$ :: a ~> c |
|---|
| 3296 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3297 | TFTest.hs:13:9: |
|---|
| 3298 | Trying subst rules with |
|---|
| 3299 | Wanted t_aiJ :: Res |
|---|
| 3300 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3301 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3302 | b ~> [[b]] |
|---|
| 3303 | Wanted t_ahj :: c ~> [a] |
|---|
| 3304 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3305 | TFTest.hs:13:9: |
|---|
| 3306 | Trying subst rules with |
|---|
| 3307 | Wanted t_aiJ :: Res |
|---|
| 3308 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3309 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3310 | b ~> [[b]] |
|---|
| 3311 | Local $co$ :: a ~> c |
|---|
| 3312 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3313 | TFTest.hs:13:9: |
|---|
| 3314 | Trying subst rules with |
|---|
| 3315 | Local $co$ :: a ~> c |
|---|
| 3316 | Wanted t_aiJ :: Res |
|---|
| 3317 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3318 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3319 | b ~> [[b]] |
|---|
| 3320 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3321 | TFTest.hs:13:9: |
|---|
| 3322 | Trying subst rules with |
|---|
| 3323 | Local $co$ :: a ~> c |
|---|
| 3324 | Wanted t_ahj :: c ~> [a] |
|---|
| 3325 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3326 | TFTest.hs:13:9: |
|---|
| 3327 | Trying subst rules with |
|---|
| 3328 | Wanted t_aiK :: Res |
|---|
| 3329 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3330 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3331 | b ~> [[b]] |
|---|
| 3332 | Local $co$ :: a ~> c |
|---|
| 3333 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3334 | TFTest.hs:13:9: |
|---|
| 3335 | Trying subst rules with |
|---|
| 3336 | Wanted t_aiK :: Res |
|---|
| 3337 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3338 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3339 | b ~> [[b]] |
|---|
| 3340 | Wanted t_ahj :: c ~> [a] |
|---|
| 3341 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3342 | TFTest.hs:13:9: |
|---|
| 3343 | Trying subst rules with |
|---|
| 3344 | Wanted t_ahj :: c ~> [a] |
|---|
| 3345 | Wanted t_aiK :: Res |
|---|
| 3346 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3347 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3348 | b ~> [[b]] |
|---|
| 3349 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3350 | TFTest.hs:13:9: |
|---|
| 3351 | Trying subst rules with |
|---|
| 3352 | Wanted t_ahj :: c ~> [a] |
|---|
| 3353 | Local $co$ :: a ~> c |
|---|
| 3354 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3355 | TFTest.hs:13:9: |
|---|
| 3356 | Trying subst rules with |
|---|
| 3357 | Wanted t_aiL :: Res |
|---|
| 3358 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3359 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3360 | b ~> [[b]] |
|---|
| 3361 | Wanted t_ahj :: c ~> [a] |
|---|
| 3362 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3363 | TFTest.hs:13:9: |
|---|
| 3364 | Trying subst rules with |
|---|
| 3365 | Wanted t_aiL :: Res |
|---|
| 3366 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3367 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3368 | b ~> [[b]] |
|---|
| 3369 | Local $co$ :: a ~> c |
|---|
| 3370 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3371 | TFTest.hs:13:9: |
|---|
| 3372 | Trying subst rules with |
|---|
| 3373 | Local $co$ :: a ~> c |
|---|
| 3374 | Wanted t_aiL :: Res |
|---|
| 3375 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3376 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3377 | b ~> [[b]] |
|---|
| 3378 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3379 | TFTest.hs:13:9: |
|---|
| 3380 | Trying subst rules with |
|---|
| 3381 | Local $co$ :: a ~> c |
|---|
| 3382 | Wanted t_ahj :: c ~> [a] |
|---|
| 3383 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3384 | TFTest.hs:13:9: |
|---|
| 3385 | Trying subst rules with |
|---|
| 3386 | Wanted t_aiM :: Res |
|---|
| 3387 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3388 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3389 | b ~> [[b]] |
|---|
| 3390 | Local $co$ :: a ~> c |
|---|
| 3391 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3392 | TFTest.hs:13:9: |
|---|
| 3393 | Trying subst rules with |
|---|
| 3394 | Wanted t_aiM :: Res |
|---|
| 3395 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3396 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3397 | b ~> [[b]] |
|---|
| 3398 | Wanted t_ahj :: c ~> [a] |
|---|
| 3399 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3400 | TFTest.hs:13:9: |
|---|
| 3401 | Trying subst rules with |
|---|
| 3402 | Wanted t_ahj :: c ~> [a] |
|---|
| 3403 | Wanted t_aiM :: Res |
|---|
| 3404 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3405 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3406 | b ~> [[b]] |
|---|
| 3407 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3408 | TFTest.hs:13:9: |
|---|
| 3409 | Trying subst rules with |
|---|
| 3410 | Wanted t_ahj :: c ~> [a] |
|---|
| 3411 | Local $co$ :: a ~> c |
|---|
| 3412 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3413 | TFTest.hs:13:9: |
|---|
| 3414 | Trying subst rules with |
|---|
| 3415 | Wanted t_aiN :: Res |
|---|
| 3416 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3417 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3418 | b ~> [[b]] |
|---|
| 3419 | Wanted t_ahj :: c ~> [a] |
|---|
| 3420 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3421 | TFTest.hs:13:9: |
|---|
| 3422 | Trying subst rules with |
|---|
| 3423 | Wanted t_aiN :: Res |
|---|
| 3424 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3425 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3426 | b ~> [[b]] |
|---|
| 3427 | Local $co$ :: a ~> c |
|---|
| 3428 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3429 | TFTest.hs:13:9: |
|---|
| 3430 | Trying subst rules with |
|---|
| 3431 | Local $co$ :: a ~> c |
|---|
| 3432 | Wanted t_aiN :: Res |
|---|
| 3433 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3434 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3435 | b ~> [[b]] |
|---|
| 3436 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3437 | TFTest.hs:13:9: |
|---|
| 3438 | Trying subst rules with |
|---|
| 3439 | Local $co$ :: a ~> c |
|---|
| 3440 | Wanted t_ahj :: c ~> [a] |
|---|
| 3441 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3442 | TFTest.hs:13:9: |
|---|
| 3443 | Trying subst rules with |
|---|
| 3444 | Wanted t_aiO :: Res |
|---|
| 3445 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3446 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3447 | b ~> [[b]] |
|---|
| 3448 | Local $co$ :: a ~> c |
|---|
| 3449 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3450 | TFTest.hs:13:9: |
|---|
| 3451 | Trying subst rules with |
|---|
| 3452 | Wanted t_aiO :: Res |
|---|
| 3453 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3454 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3455 | b ~> [[b]] |
|---|
| 3456 | Wanted t_ahj :: c ~> [a] |
|---|
| 3457 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3458 | TFTest.hs:13:9: |
|---|
| 3459 | Trying subst rules with |
|---|
| 3460 | Wanted t_ahj :: c ~> [a] |
|---|
| 3461 | Wanted t_aiO :: Res |
|---|
| 3462 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3463 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3464 | b ~> [[b]] |
|---|
| 3465 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3466 | TFTest.hs:13:9: |
|---|
| 3467 | Trying subst rules with |
|---|
| 3468 | Wanted t_ahj :: c ~> [a] |
|---|
| 3469 | Local $co$ :: a ~> c |
|---|
| 3470 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3471 | TFTest.hs:13:9: |
|---|
| 3472 | Trying subst rules with |
|---|
| 3473 | Wanted t_aiP :: Res |
|---|
| 3474 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3475 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3476 | b ~> [[b]] |
|---|
| 3477 | Wanted t_ahj :: c ~> [a] |
|---|
| 3478 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3479 | TFTest.hs:13:9: |
|---|
| 3480 | Trying subst rules with |
|---|
| 3481 | Wanted t_aiP :: Res |
|---|
| 3482 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3483 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3484 | b ~> [[b]] |
|---|
| 3485 | Local $co$ :: a ~> c |
|---|
| 3486 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3487 | TFTest.hs:13:9: |
|---|
| 3488 | Trying subst rules with |
|---|
| 3489 | Local $co$ :: a ~> c |
|---|
| 3490 | Wanted t_aiP :: Res |
|---|
| 3491 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3492 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3493 | b ~> [[b]] |
|---|
| 3494 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3495 | TFTest.hs:13:9: |
|---|
| 3496 | Trying subst rules with |
|---|
| 3497 | Local $co$ :: a ~> c |
|---|
| 3498 | Wanted t_ahj :: c ~> [a] |
|---|
| 3499 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3500 | TFTest.hs:13:9: |
|---|
| 3501 | Trying subst rules with |
|---|
| 3502 | Wanted t_aiQ :: Res |
|---|
| 3503 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3504 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3505 | b ~> [[b]] |
|---|
| 3506 | Local $co$ :: a ~> c |
|---|
| 3507 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3508 | TFTest.hs:13:9: |
|---|
| 3509 | Trying subst rules with |
|---|
| 3510 | Wanted t_aiQ :: Res |
|---|
| 3511 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3512 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3513 | b ~> [[b]] |
|---|
| 3514 | Wanted t_ahj :: c ~> [a] |
|---|
| 3515 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3516 | TFTest.hs:13:9: |
|---|
| 3517 | Trying subst rules with |
|---|
| 3518 | Wanted t_ahj :: c ~> [a] |
|---|
| 3519 | Wanted t_aiQ :: Res |
|---|
| 3520 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3521 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3522 | b ~> [[b]] |
|---|
| 3523 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3524 | TFTest.hs:13:9: |
|---|
| 3525 | Trying subst rules with |
|---|
| 3526 | Wanted t_ahj :: c ~> [a] |
|---|
| 3527 | Local $co$ :: a ~> c |
|---|
| 3528 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3529 | TFTest.hs:13:9: |
|---|
| 3530 | Trying subst rules with |
|---|
| 3531 | Wanted t_aiR :: Res |
|---|
| 3532 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3533 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3534 | b ~> [[b]] |
|---|
| 3535 | Wanted t_ahj :: c ~> [a] |
|---|
| 3536 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3537 | TFTest.hs:13:9: |
|---|
| 3538 | Trying subst rules with |
|---|
| 3539 | Wanted t_aiR :: Res |
|---|
| 3540 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3541 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3542 | b ~> [[b]] |
|---|
| 3543 | Local $co$ :: a ~> c |
|---|
| 3544 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3545 | TFTest.hs:13:9: |
|---|
| 3546 | Trying subst rules with |
|---|
| 3547 | Local $co$ :: a ~> c |
|---|
| 3548 | Wanted t_aiR :: Res |
|---|
| 3549 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3550 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3551 | b ~> [[b]] |
|---|
| 3552 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3553 | TFTest.hs:13:9: |
|---|
| 3554 | Trying subst rules with |
|---|
| 3555 | Local $co$ :: a ~> c |
|---|
| 3556 | Wanted t_ahj :: c ~> [a] |
|---|
| 3557 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3558 | TFTest.hs:13:9: |
|---|
| 3559 | Trying subst rules with |
|---|
| 3560 | Wanted t_aiS :: Res |
|---|
| 3561 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3562 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3563 | b ~> [[b]] |
|---|
| 3564 | Local $co$ :: a ~> c |
|---|
| 3565 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3566 | TFTest.hs:13:9: |
|---|
| 3567 | Trying subst rules with |
|---|
| 3568 | Wanted t_aiS :: Res |
|---|
| 3569 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3570 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3571 | b ~> [[b]] |
|---|
| 3572 | Wanted t_ahj :: c ~> [a] |
|---|
| 3573 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3574 | TFTest.hs:13:9: |
|---|
| 3575 | Trying subst rules with |
|---|
| 3576 | Wanted t_ahj :: c ~> [a] |
|---|
| 3577 | Wanted t_aiS :: Res |
|---|
| 3578 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3579 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3580 | b ~> [[b]] |
|---|
| 3581 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3582 | TFTest.hs:13:9: |
|---|
| 3583 | Trying subst rules with |
|---|
| 3584 | Wanted t_ahj :: c ~> [a] |
|---|
| 3585 | Local $co$ :: a ~> c |
|---|
| 3586 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3587 | TFTest.hs:13:9: |
|---|
| 3588 | Trying subst rules with |
|---|
| 3589 | Wanted t_aiT :: Res |
|---|
| 3590 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3591 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3592 | b ~> [[b]] |
|---|
| 3593 | Wanted t_ahj :: c ~> [a] |
|---|
| 3594 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3595 | TFTest.hs:13:9: |
|---|
| 3596 | Trying subst rules with |
|---|
| 3597 | Wanted t_aiT :: Res |
|---|
| 3598 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3599 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3600 | b ~> [[b]] |
|---|
| 3601 | Local $co$ :: a ~> c |
|---|
| 3602 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3603 | TFTest.hs:13:9: |
|---|
| 3604 | Trying subst rules with |
|---|
| 3605 | Local $co$ :: a ~> c |
|---|
| 3606 | Wanted t_aiT :: Res |
|---|
| 3607 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3608 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3609 | b ~> [[b]] |
|---|
| 3610 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3611 | TFTest.hs:13:9: |
|---|
| 3612 | Trying subst rules with |
|---|
| 3613 | Local $co$ :: a ~> c |
|---|
| 3614 | Wanted t_ahj :: c ~> [a] |
|---|
| 3615 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3616 | TFTest.hs:13:9: |
|---|
| 3617 | Trying subst rules with |
|---|
| 3618 | Wanted t_aiU :: Res |
|---|
| 3619 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3620 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3621 | b ~> [[b]] |
|---|
| 3622 | Local $co$ :: a ~> c |
|---|
| 3623 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3624 | TFTest.hs:13:9: |
|---|
| 3625 | Trying subst rules with |
|---|
| 3626 | Wanted t_aiU :: Res |
|---|
| 3627 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3628 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3629 | b ~> [[b]] |
|---|
| 3630 | Wanted t_ahj :: c ~> [a] |
|---|
| 3631 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3632 | TFTest.hs:13:9: |
|---|
| 3633 | Trying subst rules with |
|---|
| 3634 | Wanted t_ahj :: c ~> [a] |
|---|
| 3635 | Wanted t_aiU :: Res |
|---|
| 3636 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3637 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3638 | b ~> [[b]] |
|---|
| 3639 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3640 | TFTest.hs:13:9: |
|---|
| 3641 | Trying subst rules with |
|---|
| 3642 | Wanted t_ahj :: c ~> [a] |
|---|
| 3643 | Local $co$ :: a ~> c |
|---|
| 3644 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3645 | TFTest.hs:13:9: |
|---|
| 3646 | Trying subst rules with |
|---|
| 3647 | Wanted t_aiV :: Res |
|---|
| 3648 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3649 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3650 | b ~> [[b]] |
|---|
| 3651 | Wanted t_ahj :: c ~> [a] |
|---|
| 3652 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3653 | TFTest.hs:13:9: |
|---|
| 3654 | Trying subst rules with |
|---|
| 3655 | Wanted t_aiV :: Res |
|---|
| 3656 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3657 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3658 | b ~> [[b]] |
|---|
| 3659 | Local $co$ :: a ~> c |
|---|
| 3660 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3661 | TFTest.hs:13:9: |
|---|
| 3662 | Trying subst rules with |
|---|
| 3663 | Local $co$ :: a ~> c |
|---|
| 3664 | Wanted t_aiV :: Res |
|---|
| 3665 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3666 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3667 | b ~> [[b]] |
|---|
| 3668 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3669 | TFTest.hs:13:9: |
|---|
| 3670 | Trying subst rules with |
|---|
| 3671 | Local $co$ :: a ~> c |
|---|
| 3672 | Wanted t_ahj :: c ~> [a] |
|---|
| 3673 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3674 | TFTest.hs:13:9: |
|---|
| 3675 | Trying subst rules with |
|---|
| 3676 | Wanted t_aiW :: Res |
|---|
| 3677 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3678 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3679 | b ~> [[b]] |
|---|
| 3680 | Local $co$ :: a ~> c |
|---|
| 3681 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3682 | TFTest.hs:13:9: |
|---|
| 3683 | Trying subst rules with |
|---|
| 3684 | Wanted t_aiW :: Res |
|---|
| 3685 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3686 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3687 | b ~> [[b]] |
|---|
| 3688 | Wanted t_ahj :: c ~> [a] |
|---|
| 3689 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3690 | TFTest.hs:13:9: |
|---|
| 3691 | Trying subst rules with |
|---|
| 3692 | Wanted t_ahj :: c ~> [a] |
|---|
| 3693 | Wanted t_aiW :: Res |
|---|
| 3694 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3695 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3696 | b ~> [[b]] |
|---|
| 3697 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3698 | TFTest.hs:13:9: |
|---|
| 3699 | Trying subst rules with |
|---|
| 3700 | Wanted t_ahj :: c ~> [a] |
|---|
| 3701 | Local $co$ :: a ~> c |
|---|
| 3702 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3703 | TFTest.hs:13:9: |
|---|
| 3704 | Trying subst rules with |
|---|
| 3705 | Wanted t_aiX :: Res |
|---|
| 3706 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3707 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3708 | b ~> [[b]] |
|---|
| 3709 | Wanted t_ahj :: c ~> [a] |
|---|
| 3710 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3711 | TFTest.hs:13:9: |
|---|
| 3712 | Trying subst rules with |
|---|
| 3713 | Wanted t_aiX :: Res |
|---|
| 3714 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3715 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3716 | b ~> [[b]] |
|---|
| 3717 | Local $co$ :: a ~> c |
|---|
| 3718 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3719 | TFTest.hs:13:9: |
|---|
| 3720 | Trying subst rules with |
|---|
| 3721 | Local $co$ :: a ~> c |
|---|
| 3722 | Wanted t_aiX :: Res |
|---|
| 3723 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3724 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3725 | b ~> [[b]] |
|---|
| 3726 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3727 | TFTest.hs:13:9: |
|---|
| 3728 | Trying subst rules with |
|---|
| 3729 | Local $co$ :: a ~> c |
|---|
| 3730 | Wanted t_ahj :: c ~> [a] |
|---|
| 3731 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3732 | TFTest.hs:13:9: |
|---|
| 3733 | Trying subst rules with |
|---|
| 3734 | Wanted t_aiY :: Res |
|---|
| 3735 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3736 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3737 | b ~> [[b]] |
|---|
| 3738 | Local $co$ :: a ~> c |
|---|
| 3739 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3740 | TFTest.hs:13:9: |
|---|
| 3741 | Trying subst rules with |
|---|
| 3742 | Wanted t_aiY :: Res |
|---|
| 3743 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3744 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3745 | b ~> [[b]] |
|---|
| 3746 | Wanted t_ahj :: c ~> [a] |
|---|
| 3747 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3748 | TFTest.hs:13:9: |
|---|
| 3749 | Trying subst rules with |
|---|
| 3750 | Wanted t_ahj :: c ~> [a] |
|---|
| 3751 | Wanted t_aiY :: Res |
|---|
| 3752 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3753 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3754 | b ~> [[b]] |
|---|
| 3755 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3756 | TFTest.hs:13:9: |
|---|
| 3757 | Trying subst rules with |
|---|
| 3758 | Wanted t_ahj :: c ~> [a] |
|---|
| 3759 | Local $co$ :: a ~> c |
|---|
| 3760 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3761 | TFTest.hs:13:9: |
|---|
| 3762 | Trying subst rules with |
|---|
| 3763 | Wanted t_aiZ :: Res |
|---|
| 3764 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3765 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3766 | b ~> [[b]] |
|---|
| 3767 | Wanted t_ahj :: c ~> [a] |
|---|
| 3768 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3769 | TFTest.hs:13:9: |
|---|
| 3770 | Trying subst rules with |
|---|
| 3771 | Wanted t_aiZ :: Res |
|---|
| 3772 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3773 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3774 | b ~> [[b]] |
|---|
| 3775 | Local $co$ :: a ~> c |
|---|
| 3776 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3777 | TFTest.hs:13:9: |
|---|
| 3778 | Trying subst rules with |
|---|
| 3779 | Local $co$ :: a ~> c |
|---|
| 3780 | Wanted t_aiZ :: Res |
|---|
| 3781 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3782 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3783 | b ~> [[b]] |
|---|
| 3784 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3785 | TFTest.hs:13:9: |
|---|
| 3786 | Trying subst rules with |
|---|
| 3787 | Local $co$ :: a ~> c |
|---|
| 3788 | Wanted t_ahj :: c ~> [a] |
|---|
| 3789 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3790 | TFTest.hs:13:9: |
|---|
| 3791 | Trying subst rules with |
|---|
| 3792 | Wanted t_aj0 :: Res |
|---|
| 3793 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3794 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3795 | b ~> [[b]] |
|---|
| 3796 | Local $co$ :: a ~> c |
|---|
| 3797 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3798 | TFTest.hs:13:9: |
|---|
| 3799 | Trying subst rules with |
|---|
| 3800 | Wanted t_aj0 :: Res |
|---|
| 3801 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3802 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3803 | b ~> [[b]] |
|---|
| 3804 | Wanted t_ahj :: c ~> [a] |
|---|
| 3805 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3806 | TFTest.hs:13:9: |
|---|
| 3807 | Trying subst rules with |
|---|
| 3808 | Wanted t_ahj :: c ~> [a] |
|---|
| 3809 | Wanted t_aj0 :: Res |
|---|
| 3810 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3811 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3812 | b ~> [[b]] |
|---|
| 3813 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3814 | TFTest.hs:13:9: |
|---|
| 3815 | Trying subst rules with |
|---|
| 3816 | Wanted t_ahj :: c ~> [a] |
|---|
| 3817 | Local $co$ :: a ~> c |
|---|
| 3818 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3819 | TFTest.hs:13:9: |
|---|
| 3820 | Trying subst rules with |
|---|
| 3821 | Wanted t_aj1 :: Res |
|---|
| 3822 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3823 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3824 | b ~> [[b]] |
|---|
| 3825 | Wanted t_ahj :: c ~> [a] |
|---|
| 3826 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3827 | TFTest.hs:13:9: |
|---|
| 3828 | Trying subst rules with |
|---|
| 3829 | Wanted t_aj1 :: Res |
|---|
| 3830 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3831 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3832 | b ~> [[b]] |
|---|
| 3833 | Local $co$ :: a ~> c |
|---|
| 3834 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3835 | TFTest.hs:13:9: |
|---|
| 3836 | Trying subst rules with |
|---|
| 3837 | Local $co$ :: a ~> c |
|---|
| 3838 | Wanted t_aj1 :: Res |
|---|
| 3839 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3840 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3841 | b ~> [[b]] |
|---|
| 3842 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3843 | TFTest.hs:13:9: |
|---|
| 3844 | Trying subst rules with |
|---|
| 3845 | Local $co$ :: a ~> c |
|---|
| 3846 | Wanted t_ahj :: c ~> [a] |
|---|
| 3847 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3848 | TFTest.hs:13:9: |
|---|
| 3849 | Trying subst rules with |
|---|
| 3850 | Wanted t_aj2 :: Res |
|---|
| 3851 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3852 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3853 | b ~> [[b]] |
|---|
| 3854 | Local $co$ :: a ~> c |
|---|
| 3855 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3856 | TFTest.hs:13:9: |
|---|
| 3857 | Trying subst rules with |
|---|
| 3858 | Wanted t_aj2 :: Res |
|---|
| 3859 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3860 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3861 | b ~> [[b]] |
|---|
| 3862 | Wanted t_ahj :: c ~> [a] |
|---|
| 3863 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3864 | TFTest.hs:13:9: |
|---|
| 3865 | Trying subst rules with |
|---|
| 3866 | Wanted t_ahj :: c ~> [a] |
|---|
| 3867 | Wanted t_aj2 :: Res |
|---|
| 3868 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3869 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3870 | b ~> [[b]] |
|---|
| 3871 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3872 | TFTest.hs:13:9: |
|---|
| 3873 | Trying subst rules with |
|---|
| 3874 | Wanted t_ahj :: c ~> [a] |
|---|
| 3875 | Local $co$ :: a ~> c |
|---|
| 3876 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3877 | TFTest.hs:13:9: |
|---|
| 3878 | Trying subst rules with |
|---|
| 3879 | Wanted t_aj3 :: Res |
|---|
| 3880 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3881 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3882 | b ~> [[b]] |
|---|
| 3883 | Wanted t_ahj :: c ~> [a] |
|---|
| 3884 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3885 | TFTest.hs:13:9: |
|---|
| 3886 | Trying subst rules with |
|---|
| 3887 | Wanted t_aj3 :: Res |
|---|
| 3888 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3889 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3890 | b ~> [[b]] |
|---|
| 3891 | Local $co$ :: a ~> c |
|---|
| 3892 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3893 | TFTest.hs:13:9: |
|---|
| 3894 | Trying subst rules with |
|---|
| 3895 | Local $co$ :: a ~> c |
|---|
| 3896 | Wanted t_aj3 :: Res |
|---|
| 3897 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3898 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3899 | b ~> [[b]] |
|---|
| 3900 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3901 | TFTest.hs:13:9: |
|---|
| 3902 | Trying subst rules with |
|---|
| 3903 | Local $co$ :: a ~> c |
|---|
| 3904 | Wanted t_ahj :: c ~> [a] |
|---|
| 3905 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3906 | TFTest.hs:13:9: |
|---|
| 3907 | Trying subst rules with |
|---|
| 3908 | Wanted t_aj4 :: Res |
|---|
| 3909 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3910 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3911 | b ~> [[b]] |
|---|
| 3912 | Local $co$ :: a ~> c |
|---|
| 3913 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3914 | TFTest.hs:13:9: |
|---|
| 3915 | Trying subst rules with |
|---|
| 3916 | Wanted t_aj4 :: Res |
|---|
| 3917 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3918 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3919 | b ~> [[b]] |
|---|
| 3920 | Wanted t_ahj :: c ~> [a] |
|---|
| 3921 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3922 | TFTest.hs:13:9: |
|---|
| 3923 | Trying subst rules with |
|---|
| 3924 | Wanted t_ahj :: c ~> [a] |
|---|
| 3925 | Wanted t_aj4 :: Res |
|---|
| 3926 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3927 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3928 | b ~> [[b]] |
|---|
| 3929 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3930 | TFTest.hs:13:9: |
|---|
| 3931 | Trying subst rules with |
|---|
| 3932 | Wanted t_ahj :: c ~> [a] |
|---|
| 3933 | Local $co$ :: a ~> c |
|---|
| 3934 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3935 | TFTest.hs:13:9: |
|---|
| 3936 | Trying subst rules with |
|---|
| 3937 | Wanted t_aj5 :: Res |
|---|
| 3938 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3939 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3940 | b ~> [[b]] |
|---|
| 3941 | Wanted t_ahj :: c ~> [a] |
|---|
| 3942 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3943 | TFTest.hs:13:9: |
|---|
| 3944 | Trying subst rules with |
|---|
| 3945 | Wanted t_aj5 :: Res |
|---|
| 3946 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3947 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3948 | b ~> [[b]] |
|---|
| 3949 | Local $co$ :: a ~> c |
|---|
| 3950 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3951 | TFTest.hs:13:9: |
|---|
| 3952 | Trying subst rules with |
|---|
| 3953 | Local $co$ :: a ~> c |
|---|
| 3954 | Wanted t_aj5 :: Res |
|---|
| 3955 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3956 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3957 | b ~> [[b]] |
|---|
| 3958 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3959 | TFTest.hs:13:9: |
|---|
| 3960 | Trying subst rules with |
|---|
| 3961 | Local $co$ :: a ~> c |
|---|
| 3962 | Wanted t_ahj :: c ~> [a] |
|---|
| 3963 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3964 | TFTest.hs:13:9: |
|---|
| 3965 | Trying subst rules with |
|---|
| 3966 | Wanted t_aj6 :: Res |
|---|
| 3967 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3968 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3969 | b ~> [[b]] |
|---|
| 3970 | Local $co$ :: a ~> c |
|---|
| 3971 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3972 | TFTest.hs:13:9: |
|---|
| 3973 | Trying subst rules with |
|---|
| 3974 | Wanted t_aj6 :: Res |
|---|
| 3975 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3976 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3977 | b ~> [[b]] |
|---|
| 3978 | Wanted t_ahj :: c ~> [a] |
|---|
| 3979 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3980 | TFTest.hs:13:9: |
|---|
| 3981 | Trying subst rules with |
|---|
| 3982 | Wanted t_ahj :: c ~> [a] |
|---|
| 3983 | Wanted t_aj6 :: Res |
|---|
| 3984 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3985 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3986 | b ~> [[b]] |
|---|
| 3987 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3988 | TFTest.hs:13:9: |
|---|
| 3989 | Trying subst rules with |
|---|
| 3990 | Wanted t_ahj :: c ~> [a] |
|---|
| 3991 | Local $co$ :: a ~> c |
|---|
| 3992 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 3993 | TFTest.hs:13:9: |
|---|
| 3994 | Trying subst rules with |
|---|
| 3995 | Wanted t_aj7 :: Res |
|---|
| 3996 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3997 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 3998 | b ~> [[b]] |
|---|
| 3999 | Wanted t_ahj :: c ~> [a] |
|---|
| 4000 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4001 | TFTest.hs:13:9: |
|---|
| 4002 | Trying subst rules with |
|---|
| 4003 | Wanted t_aj7 :: Res |
|---|
| 4004 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4005 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4006 | b ~> [[b]] |
|---|
| 4007 | Local $co$ :: a ~> c |
|---|
| 4008 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4009 | TFTest.hs:13:9: |
|---|
| 4010 | Trying subst rules with |
|---|
| 4011 | Local $co$ :: a ~> c |
|---|
| 4012 | Wanted t_aj7 :: Res |
|---|
| 4013 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4014 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4015 | b ~> [[b]] |
|---|
| 4016 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4017 | TFTest.hs:13:9: |
|---|
| 4018 | Trying subst rules with |
|---|
| 4019 | Local $co$ :: a ~> c |
|---|
| 4020 | Wanted t_ahj :: c ~> [a] |
|---|
| 4021 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4022 | TFTest.hs:13:9: |
|---|
| 4023 | Trying subst rules with |
|---|
| 4024 | Wanted t_aj8 :: Res |
|---|
| 4025 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4026 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4027 | b ~> [[b]] |
|---|
| 4028 | Local $co$ :: a ~> c |
|---|
| 4029 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4030 | TFTest.hs:13:9: |
|---|
| 4031 | Trying subst rules with |
|---|
| 4032 | Wanted t_aj8 :: Res |
|---|
| 4033 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4034 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4035 | b ~> [[b]] |
|---|
| 4036 | Wanted t_ahj :: c ~> [a] |
|---|
| 4037 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4038 | TFTest.hs:13:9: |
|---|
| 4039 | Trying subst rules with |
|---|
| 4040 | Wanted t_ahj :: c ~> [a] |
|---|
| 4041 | Wanted t_aj8 :: Res |
|---|
| 4042 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4043 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4044 | b ~> [[b]] |
|---|
| 4045 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4046 | TFTest.hs:13:9: |
|---|
| 4047 | Trying subst rules with |
|---|
| 4048 | Wanted t_ahj :: c ~> [a] |
|---|
| 4049 | Local $co$ :: a ~> c |
|---|
| 4050 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4051 | TFTest.hs:13:9: |
|---|
| 4052 | Trying subst rules with |
|---|
| 4053 | Wanted t_aj9 :: Res |
|---|
| 4054 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4055 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4056 | b ~> [[b]] |
|---|
| 4057 | Wanted t_ahj :: c ~> [a] |
|---|
| 4058 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4059 | TFTest.hs:13:9: |
|---|
| 4060 | Trying subst rules with |
|---|
| 4061 | Wanted t_aj9 :: Res |
|---|
| 4062 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4063 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4064 | b ~> [[b]] |
|---|
| 4065 | Local $co$ :: a ~> c |
|---|
| 4066 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4067 | TFTest.hs:13:9: |
|---|
| 4068 | Trying subst rules with |
|---|
| 4069 | Local $co$ :: a ~> c |
|---|
| 4070 | Wanted t_aj9 :: Res |
|---|
| 4071 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4072 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4073 | b ~> [[b]] |
|---|
| 4074 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4075 | TFTest.hs:13:9: |
|---|
| 4076 | Trying subst rules with |
|---|
| 4077 | Local $co$ :: a ~> c |
|---|
| 4078 | Wanted t_ahj :: c ~> [a] |
|---|
| 4079 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4080 | TFTest.hs:13:9: |
|---|
| 4081 | Trying subst rules with |
|---|
| 4082 | Wanted t_aja :: Res |
|---|
| 4083 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4084 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4085 | b ~> [[b]] |
|---|
| 4086 | Local $co$ :: a ~> c |
|---|
| 4087 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4088 | TFTest.hs:13:9: |
|---|
| 4089 | Trying subst rules with |
|---|
| 4090 | Wanted t_aja :: Res |
|---|
| 4091 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4092 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4093 | b ~> [[b]] |
|---|
| 4094 | Wanted t_ahj :: c ~> [a] |
|---|
| 4095 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4096 | TFTest.hs:13:9: |
|---|
| 4097 | Trying subst rules with |
|---|
| 4098 | Wanted t_ahj :: c ~> [a] |
|---|
| 4099 | Wanted t_aja :: Res |
|---|
| 4100 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4101 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4102 | b ~> [[b]] |
|---|
| 4103 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4104 | TFTest.hs:13:9: |
|---|
| 4105 | Trying subst rules with |
|---|
| 4106 | Wanted t_ahj :: c ~> [a] |
|---|
| 4107 | Local $co$ :: a ~> c |
|---|
| 4108 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4109 | TFTest.hs:13:9: |
|---|
| 4110 | Trying subst rules with |
|---|
| 4111 | Wanted t_ajb :: Res |
|---|
| 4112 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4113 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4114 | b ~> [[b]] |
|---|
| 4115 | Wanted t_ahj :: c ~> [a] |
|---|
| 4116 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4117 | TFTest.hs:13:9: |
|---|
| 4118 | Trying subst rules with |
|---|
| 4119 | Wanted t_ajb :: Res |
|---|
| 4120 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4121 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4122 | b ~> [[b]] |
|---|
| 4123 | Local $co$ :: a ~> c |
|---|
| 4124 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4125 | TFTest.hs:13:9: |
|---|
| 4126 | Trying subst rules with |
|---|
| 4127 | Local $co$ :: a ~> c |
|---|
| 4128 | Wanted t_ajb :: Res |
|---|
| 4129 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4130 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4131 | b ~> [[b]] |
|---|
| 4132 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4133 | TFTest.hs:13:9: |
|---|
| 4134 | Trying subst rules with |
|---|
| 4135 | Local $co$ :: a ~> c |
|---|
| 4136 | Wanted t_ahj :: c ~> [a] |
|---|
| 4137 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4138 | TFTest.hs:13:9: |
|---|
| 4139 | Trying subst rules with |
|---|
| 4140 | Wanted t_ajc :: Res |
|---|
| 4141 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4142 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4143 | b ~> [[b]] |
|---|
| 4144 | Local $co$ :: a ~> c |
|---|
| 4145 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4146 | TFTest.hs:13:9: |
|---|
| 4147 | Trying subst rules with |
|---|
| 4148 | Wanted t_ajc :: Res |
|---|
| 4149 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4150 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4151 | b ~> [[b]] |
|---|
| 4152 | Wanted t_ahj :: c ~> [a] |
|---|
| 4153 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4154 | TFTest.hs:13:9: |
|---|
| 4155 | Trying subst rules with |
|---|
| 4156 | Wanted t_ahj :: c ~> [a] |
|---|
| 4157 | Wanted t_ajc :: Res |
|---|
| 4158 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4159 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4160 | b ~> [[b]] |
|---|
| 4161 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4162 | TFTest.hs:13:9: |
|---|
| 4163 | Trying subst rules with |
|---|
| 4164 | Wanted t_ahj :: c ~> [a] |
|---|
| 4165 | Local $co$ :: a ~> c |
|---|
| 4166 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4167 | TFTest.hs:13:9: |
|---|
| 4168 | Trying subst rules with |
|---|
| 4169 | Wanted t_ajd :: Res |
|---|
| 4170 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4171 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4172 | b ~> [[b]] |
|---|
| 4173 | Wanted t_ahj :: c ~> [a] |
|---|
| 4174 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4175 | TFTest.hs:13:9: |
|---|
| 4176 | Trying subst rules with |
|---|
| 4177 | Wanted t_ajd :: Res |
|---|
| 4178 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4179 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4180 | b ~> [[b]] |
|---|
| 4181 | Local $co$ :: a ~> c |
|---|
| 4182 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4183 | TFTest.hs:13:9: |
|---|
| 4184 | Trying subst rules with |
|---|
| 4185 | Local $co$ :: a ~> c |
|---|
| 4186 | Wanted t_ajd :: Res |
|---|
| 4187 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4188 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4189 | b ~> [[b]] |
|---|
| 4190 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4191 | TFTest.hs:13:9: |
|---|
| 4192 | Trying subst rules with |
|---|
| 4193 | Local $co$ :: a ~> c |
|---|
| 4194 | Wanted t_ahj :: c ~> [a] |
|---|
| 4195 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4196 | TFTest.hs:13:9: |
|---|
| 4197 | Trying subst rules with |
|---|
| 4198 | Wanted t_aje :: Res |
|---|
| 4199 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4200 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4201 | b ~> [[b]] |
|---|
| 4202 | Local $co$ :: a ~> c |
|---|
| 4203 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4204 | TFTest.hs:13:9: |
|---|
| 4205 | Trying subst rules with |
|---|
| 4206 | Wanted t_aje :: Res |
|---|
| 4207 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4208 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4209 | b ~> [[b]] |
|---|
| 4210 | Wanted t_ahj :: c ~> [a] |
|---|
| 4211 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4212 | TFTest.hs:13:9: |
|---|
| 4213 | Trying subst rules with |
|---|
| 4214 | Wanted t_ahj :: c ~> [a] |
|---|
| 4215 | Wanted t_aje :: Res |
|---|
| 4216 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4217 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4218 | b ~> [[b]] |
|---|
| 4219 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4220 | TFTest.hs:13:9: |
|---|
| 4221 | Trying subst rules with |
|---|
| 4222 | Wanted t_ahj :: c ~> [a] |
|---|
| 4223 | Local $co$ :: a ~> c |
|---|
| 4224 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4225 | TFTest.hs:13:9: |
|---|
| 4226 | Trying subst rules with |
|---|
| 4227 | Wanted t_ajf :: Res |
|---|
| 4228 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4229 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4230 | b ~> [[b]] |
|---|
| 4231 | Wanted t_ahj :: c ~> [a] |
|---|
| 4232 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4233 | TFTest.hs:13:9: |
|---|
| 4234 | Trying subst rules with |
|---|
| 4235 | Wanted t_ajf :: Res |
|---|
| 4236 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4237 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4238 | b ~> [[b]] |
|---|
| 4239 | Local $co$ :: a ~> c |
|---|
| 4240 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4241 | TFTest.hs:13:9: |
|---|
| 4242 | Trying subst rules with |
|---|
| 4243 | Local $co$ :: a ~> c |
|---|
| 4244 | Wanted t_ajf :: Res |
|---|
| 4245 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4246 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4247 | b ~> [[b]] |
|---|
| 4248 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4249 | TFTest.hs:13:9: |
|---|
| 4250 | Trying subst rules with |
|---|
| 4251 | Local $co$ :: a ~> c |
|---|
| 4252 | Wanted t_ahj :: c ~> [a] |
|---|
| 4253 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4254 | TFTest.hs:13:9: |
|---|
| 4255 | Trying subst rules with |
|---|
| 4256 | Wanted t_ajg :: Res |
|---|
| 4257 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4258 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4259 | b ~> [[b]] |
|---|
| 4260 | Local $co$ :: a ~> c |
|---|
| 4261 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4262 | TFTest.hs:13:9: |
|---|
| 4263 | Trying subst rules with |
|---|
| 4264 | Wanted t_ajg :: Res |
|---|
| 4265 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4266 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4267 | b ~> [[b]] |
|---|
| 4268 | Wanted t_ahj :: c ~> [a] |
|---|
| 4269 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4270 | TFTest.hs:13:9: |
|---|
| 4271 | Trying subst rules with |
|---|
| 4272 | Wanted t_ahj :: c ~> [a] |
|---|
| 4273 | Wanted t_ajg :: Res |
|---|
| 4274 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4275 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4276 | b ~> [[b]] |
|---|
| 4277 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4278 | TFTest.hs:13:9: |
|---|
| 4279 | Trying subst rules with |
|---|
| 4280 | Wanted t_ahj :: c ~> [a] |
|---|
| 4281 | Local $co$ :: a ~> c |
|---|
| 4282 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4283 | TFTest.hs:13:9: |
|---|
| 4284 | Trying subst rules with |
|---|
| 4285 | Wanted t_ajh :: Res |
|---|
| 4286 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4287 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4288 | b ~> [[b]] |
|---|
| 4289 | Wanted t_ahj :: c ~> [a] |
|---|
| 4290 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4291 | TFTest.hs:13:9: |
|---|
| 4292 | Trying subst rules with |
|---|
| 4293 | Wanted t_ajh :: Res |
|---|
| 4294 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4295 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4296 | b ~> [[b]] |
|---|
| 4297 | Local $co$ :: a ~> c |
|---|
| 4298 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4299 | TFTest.hs:13:9: |
|---|
| 4300 | Trying subst rules with |
|---|
| 4301 | Local $co$ :: a ~> c |
|---|
| 4302 | Wanted t_ajh :: Res |
|---|
| 4303 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4304 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4305 | b ~> [[b]] |
|---|
| 4306 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4307 | TFTest.hs:13:9: |
|---|
| 4308 | Trying subst rules with |
|---|
| 4309 | Local $co$ :: a ~> c |
|---|
| 4310 | Wanted t_ahj :: c ~> [a] |
|---|
| 4311 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4312 | TFTest.hs:13:9: |
|---|
| 4313 | Trying subst rules with |
|---|
| 4314 | Wanted t_aji :: Res |
|---|
| 4315 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4316 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4317 | b ~> [[b]] |
|---|
| 4318 | Local $co$ :: a ~> c |
|---|
| 4319 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4320 | TFTest.hs:13:9: |
|---|
| 4321 | Trying subst rules with |
|---|
| 4322 | Wanted t_aji :: Res |
|---|
| 4323 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4324 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4325 | b ~> [[b]] |
|---|
| 4326 | Wanted t_ahj :: c ~> [a] |
|---|
| 4327 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4328 | TFTest.hs:13:9: |
|---|
| 4329 | Trying subst rules with |
|---|
| 4330 | Wanted t_ahj :: c ~> [a] |
|---|
| 4331 | Wanted t_aji :: Res |
|---|
| 4332 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4333 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4334 | b ~> [[b]] |
|---|
| 4335 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4336 | TFTest.hs:13:9: |
|---|
| 4337 | Trying subst rules with |
|---|
| 4338 | Wanted t_ahj :: c ~> [a] |
|---|
| 4339 | Local $co$ :: a ~> c |
|---|
| 4340 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4341 | TFTest.hs:13:9: |
|---|
| 4342 | Trying subst rules with |
|---|
| 4343 | Wanted t_ajj :: Res |
|---|
| 4344 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4345 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4346 | b ~> [[b]] |
|---|
| 4347 | Wanted t_ahj :: c ~> [a] |
|---|
| 4348 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4349 | TFTest.hs:13:9: |
|---|
| 4350 | Trying subst rules with |
|---|
| 4351 | Wanted t_ajj :: Res |
|---|
| 4352 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4353 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4354 | b ~> [[b]] |
|---|
| 4355 | Local $co$ :: a ~> c |
|---|
| 4356 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4357 | TFTest.hs:13:9: |
|---|
| 4358 | Trying subst rules with |
|---|
| 4359 | Local $co$ :: a ~> c |
|---|
| 4360 | Wanted t_ajj :: Res |
|---|
| 4361 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4362 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4363 | b ~> [[b]] |
|---|
| 4364 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4365 | TFTest.hs:13:9: |
|---|
| 4366 | Trying subst rules with |
|---|
| 4367 | Local $co$ :: a ~> c |
|---|
| 4368 | Wanted t_ahj :: c ~> [a] |
|---|
| 4369 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4370 | TFTest.hs:13:9: |
|---|
| 4371 | Trying subst rules with |
|---|
| 4372 | Wanted t_ajk :: Res |
|---|
| 4373 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4374 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4375 | b ~> [[b]] |
|---|
| 4376 | Local $co$ :: a ~> c |
|---|
| 4377 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4378 | TFTest.hs:13:9: |
|---|
| 4379 | Trying subst rules with |
|---|
| 4380 | Wanted t_ajk :: Res |
|---|
| 4381 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4382 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4383 | b ~> [[b]] |
|---|
| 4384 | Wanted t_ahj :: c ~> [a] |
|---|
| 4385 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4386 | TFTest.hs:13:9: |
|---|
| 4387 | Trying subst rules with |
|---|
| 4388 | Wanted t_ahj :: c ~> [a] |
|---|
| 4389 | Wanted t_ajk :: Res |
|---|
| 4390 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4391 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4392 | b ~> [[b]] |
|---|
| 4393 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4394 | TFTest.hs:13:9: |
|---|
| 4395 | Trying subst rules with |
|---|
| 4396 | Wanted t_ahj :: c ~> [a] |
|---|
| 4397 | Local $co$ :: a ~> c |
|---|
| 4398 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4399 | TFTest.hs:13:9: |
|---|
| 4400 | Trying subst rules with |
|---|
| 4401 | Wanted t_ajl :: Res |
|---|
| 4402 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4403 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4404 | b ~> [[b]] |
|---|
| 4405 | Wanted t_ahj :: c ~> [a] |
|---|
| 4406 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4407 | TFTest.hs:13:9: |
|---|
| 4408 | Trying subst rules with |
|---|
| 4409 | Wanted t_ajl :: Res |
|---|
| 4410 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4411 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4412 | b ~> [[b]] |
|---|
| 4413 | Local $co$ :: a ~> c |
|---|
| 4414 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4415 | TFTest.hs:13:9: |
|---|
| 4416 | Trying subst rules with |
|---|
| 4417 | Local $co$ :: a ~> c |
|---|
| 4418 | Wanted t_ajl :: Res |
|---|
| 4419 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4420 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4421 | b ~> [[b]] |
|---|
| 4422 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4423 | TFTest.hs:13:9: |
|---|
| 4424 | Trying subst rules with |
|---|
| 4425 | Local $co$ :: a ~> c |
|---|
| 4426 | Wanted t_ahj :: c ~> [a] |
|---|
| 4427 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4428 | TFTest.hs:13:9: |
|---|
| 4429 | Trying subst rules with |
|---|
| 4430 | Wanted t_ajm :: Res |
|---|
| 4431 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4432 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4433 | b ~> [[b]] |
|---|
| 4434 | Local $co$ :: a ~> c |
|---|
| 4435 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4436 | TFTest.hs:13:9: |
|---|
| 4437 | Trying subst rules with |
|---|
| 4438 | Wanted t_ajm :: Res |
|---|
| 4439 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4440 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4441 | b ~> [[b]] |
|---|
| 4442 | Wanted t_ahj :: c ~> [a] |
|---|
| 4443 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4444 | TFTest.hs:13:9: |
|---|
| 4445 | Trying subst rules with |
|---|
| 4446 | Wanted t_ahj :: c ~> [a] |
|---|
| 4447 | Wanted t_ajm :: Res |
|---|
| 4448 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4449 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4450 | b ~> [[b]] |
|---|
| 4451 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4452 | TFTest.hs:13:9: |
|---|
| 4453 | Trying subst rules with |
|---|
| 4454 | Wanted t_ahj :: c ~> [a] |
|---|
| 4455 | Local $co$ :: a ~> c |
|---|
| 4456 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4457 | TFTest.hs:13:9: |
|---|
| 4458 | Trying subst rules with |
|---|
| 4459 | Wanted t_ajn :: Res |
|---|
| 4460 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4461 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4462 | b ~> [[b]] |
|---|
| 4463 | Wanted t_ahj :: c ~> [a] |
|---|
| 4464 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4465 | TFTest.hs:13:9: |
|---|
| 4466 | Trying subst rules with |
|---|
| 4467 | Wanted t_ajn :: Res |
|---|
| 4468 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4469 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4470 | b ~> [[b]] |
|---|
| 4471 | Local $co$ :: a ~> c |
|---|
| 4472 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4473 | TFTest.hs:13:9: |
|---|
| 4474 | Trying subst rules with |
|---|
| 4475 | Local $co$ :: a ~> c |
|---|
| 4476 | Wanted t_ajn :: Res |
|---|
| 4477 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4478 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4479 | b ~> [[b]] |
|---|
| 4480 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4481 | TFTest.hs:13:9: |
|---|
| 4482 | Trying subst rules with |
|---|
| 4483 | Local $co$ :: a ~> c |
|---|
| 4484 | Wanted t_ahj :: c ~> [a] |
|---|
| 4485 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4486 | TFTest.hs:13:9: |
|---|
| 4487 | Trying subst rules with |
|---|
| 4488 | Wanted t_ajo :: Res |
|---|
| 4489 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4490 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4491 | b ~> [[b]] |
|---|
| 4492 | Local $co$ :: a ~> c |
|---|
| 4493 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4494 | TFTest.hs:13:9: |
|---|
| 4495 | Trying subst rules with |
|---|
| 4496 | Wanted t_ajo :: Res |
|---|
| 4497 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4498 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4499 | b ~> [[b]] |
|---|
| 4500 | Wanted t_ahj :: c ~> [a] |
|---|
| 4501 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4502 | TFTest.hs:13:9: |
|---|
| 4503 | Trying subst rules with |
|---|
| 4504 | Wanted t_ahj :: c ~> [a] |
|---|
| 4505 | Wanted t_ajo :: Res |
|---|
| 4506 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4507 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4508 | b ~> [[b]] |
|---|
| 4509 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4510 | TFTest.hs:13:9: |
|---|
| 4511 | Trying subst rules with |
|---|
| 4512 | Wanted t_ahj :: c ~> [a] |
|---|
| 4513 | Local $co$ :: a ~> c |
|---|
| 4514 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4515 | TFTest.hs:13:9: |
|---|
| 4516 | Trying subst rules with |
|---|
| 4517 | Wanted t_ajp :: Res |
|---|
| 4518 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4519 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4520 | b ~> [[b]] |
|---|
| 4521 | Wanted t_ahj :: c ~> [a] |
|---|
| 4522 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4523 | TFTest.hs:13:9: |
|---|
| 4524 | Trying subst rules with |
|---|
| 4525 | Wanted t_ajp :: Res |
|---|
| 4526 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4527 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4528 | b ~> [[b]] |
|---|
| 4529 | Local $co$ :: a ~> c |
|---|
| 4530 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4531 | TFTest.hs:13:9: |
|---|
| 4532 | Trying subst rules with |
|---|
| 4533 | Local $co$ :: a ~> c |
|---|
| 4534 | Wanted t_ajp :: Res |
|---|
| 4535 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4536 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4537 | b ~> [[b]] |
|---|
| 4538 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4539 | TFTest.hs:13:9: |
|---|
| 4540 | Trying subst rules with |
|---|
| 4541 | Local $co$ :: a ~> c |
|---|
| 4542 | Wanted t_ahj :: c ~> [a] |
|---|
| 4543 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4544 | TFTest.hs:13:9: |
|---|
| 4545 | Trying subst rules with |
|---|
| 4546 | Wanted t_ajq :: Res |
|---|
| 4547 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4548 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4549 | b ~> [[b]] |
|---|
| 4550 | Local $co$ :: a ~> c |
|---|
| 4551 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4552 | TFTest.hs:13:9: |
|---|
| 4553 | Trying subst rules with |
|---|
| 4554 | Wanted t_ajq :: Res |
|---|
| 4555 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4556 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4557 | b ~> [[b]] |
|---|
| 4558 | Wanted t_ahj :: c ~> [a] |
|---|
| 4559 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4560 | TFTest.hs:13:9: |
|---|
| 4561 | Trying subst rules with |
|---|
| 4562 | Wanted t_ahj :: c ~> [a] |
|---|
| 4563 | Wanted t_ajq :: Res |
|---|
| 4564 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4565 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4566 | b ~> [[b]] |
|---|
| 4567 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4568 | TFTest.hs:13:9: |
|---|
| 4569 | Trying subst rules with |
|---|
| 4570 | Wanted t_ahj :: c ~> [a] |
|---|
| 4571 | Local $co$ :: a ~> c |
|---|
| 4572 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4573 | TFTest.hs:13:9: |
|---|
| 4574 | Trying subst rules with |
|---|
| 4575 | Wanted t_ajr :: Res |
|---|
| 4576 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4577 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4578 | b ~> [[b]] |
|---|
| 4579 | Wanted t_ahj :: c ~> [a] |
|---|
| 4580 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4581 | TFTest.hs:13:9: |
|---|
| 4582 | Trying subst rules with |
|---|
| 4583 | Wanted t_ajr :: Res |
|---|
| 4584 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4585 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4586 | b ~> [[b]] |
|---|
| 4587 | Local $co$ :: a ~> c |
|---|
| 4588 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4589 | TFTest.hs:13:9: |
|---|
| 4590 | Trying subst rules with |
|---|
| 4591 | Local $co$ :: a ~> c |
|---|
| 4592 | Wanted t_ajr :: Res |
|---|
| 4593 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4594 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4595 | b ~> [[b]] |
|---|
| 4596 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4597 | TFTest.hs:13:9: |
|---|
| 4598 | Trying subst rules with |
|---|
| 4599 | Local $co$ :: a ~> c |
|---|
| 4600 | Wanted t_ahj :: c ~> [a] |
|---|
| 4601 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4602 | TFTest.hs:13:9: |
|---|
| 4603 | Trying subst rules with |
|---|
| 4604 | Wanted t_ajs :: Res |
|---|
| 4605 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4606 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4607 | b ~> [[b]] |
|---|
| 4608 | Local $co$ :: a ~> c |
|---|
| 4609 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4610 | TFTest.hs:13:9: |
|---|
| 4611 | Trying subst rules with |
|---|
| 4612 | Wanted t_ajs :: Res |
|---|
| 4613 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4614 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4615 | b ~> [[b]] |
|---|
| 4616 | Wanted t_ahj :: c ~> [a] |
|---|
| 4617 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4618 | TFTest.hs:13:9: |
|---|
| 4619 | Trying subst rules with |
|---|
| 4620 | Wanted t_ahj :: c ~> [a] |
|---|
| 4621 | Wanted t_ajs :: Res |
|---|
| 4622 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4623 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4624 | b ~> [[b]] |
|---|
| 4625 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4626 | TFTest.hs:13:9: |
|---|
| 4627 | Trying subst rules with |
|---|
| 4628 | Wanted t_ahj :: c ~> [a] |
|---|
| 4629 | Local $co$ :: a ~> c |
|---|
| 4630 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4631 | TFTest.hs:13:9: |
|---|
| 4632 | Trying subst rules with |
|---|
| 4633 | Wanted t_ajt :: Res |
|---|
| 4634 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4635 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4636 | b ~> [[b]] |
|---|
| 4637 | Wanted t_ahj :: c ~> [a] |
|---|
| 4638 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4639 | TFTest.hs:13:9: |
|---|
| 4640 | Trying subst rules with |
|---|
| 4641 | Wanted t_ajt :: Res |
|---|
| 4642 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4643 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4644 | b ~> [[b]] |
|---|
| 4645 | Local $co$ :: a ~> c |
|---|
| 4646 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4647 | TFTest.hs:13:9: |
|---|
| 4648 | Trying subst rules with |
|---|
| 4649 | Local $co$ :: a ~> c |
|---|
| 4650 | Wanted t_ajt :: Res |
|---|
| 4651 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4652 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4653 | b ~> [[b]] |
|---|
| 4654 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4655 | TFTest.hs:13:9: |
|---|
| 4656 | Trying subst rules with |
|---|
| 4657 | Local $co$ :: a ~> c |
|---|
| 4658 | Wanted t_ahj :: c ~> [a] |
|---|
| 4659 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4660 | TFTest.hs:13:9: |
|---|
| 4661 | Trying subst rules with |
|---|
| 4662 | Wanted t_aju :: Res |
|---|
| 4663 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4664 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4665 | b ~> [[b]] |
|---|
| 4666 | Local $co$ :: a ~> c |
|---|
| 4667 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4668 | TFTest.hs:13:9: |
|---|
| 4669 | Trying subst rules with |
|---|
| 4670 | Wanted t_aju :: Res |
|---|
| 4671 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4672 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4673 | b ~> [[b]] |
|---|
| 4674 | Wanted t_ahj :: c ~> [a] |
|---|
| 4675 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4676 | TFTest.hs:13:9: |
|---|
| 4677 | Trying subst rules with |
|---|
| 4678 | Wanted t_ahj :: c ~> [a] |
|---|
| 4679 | Wanted t_aju :: Res |
|---|
| 4680 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4681 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4682 | b ~> [[b]] |
|---|
| 4683 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4684 | TFTest.hs:13:9: |
|---|
| 4685 | Trying subst rules with |
|---|
| 4686 | Wanted t_ahj :: c ~> [a] |
|---|
| 4687 | Local $co$ :: a ~> c |
|---|
| 4688 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4689 | TFTest.hs:13:9: |
|---|
| 4690 | Trying subst rules with |
|---|
| 4691 | Wanted t_ajv :: Res |
|---|
| 4692 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4693 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4694 | b ~> [[b]] |
|---|
| 4695 | Wanted t_ahj :: c ~> [a] |
|---|
| 4696 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4697 | TFTest.hs:13:9: |
|---|
| 4698 | Trying subst rules with |
|---|
| 4699 | Wanted t_ajv :: Res |
|---|
| 4700 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4701 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4702 | b ~> [[b]] |
|---|
| 4703 | Local $co$ :: a ~> c |
|---|
| 4704 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4705 | TFTest.hs:13:9: |
|---|
| 4706 | Trying subst rules with |
|---|
| 4707 | Local $co$ :: a ~> c |
|---|
| 4708 | Wanted t_ajv :: Res |
|---|
| 4709 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4710 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4711 | b ~> [[b]] |
|---|
| 4712 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4713 | TFTest.hs:13:9: |
|---|
| 4714 | Trying subst rules with |
|---|
| 4715 | Local $co$ :: a ~> c |
|---|
| 4716 | Wanted t_ahj :: c ~> [a] |
|---|
| 4717 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4718 | TFTest.hs:13:9: |
|---|
| 4719 | Trying subst rules with |
|---|
| 4720 | Wanted t_ajw :: Res |
|---|
| 4721 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4722 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4723 | b ~> [[b]] |
|---|
| 4724 | Local $co$ :: a ~> c |
|---|
| 4725 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4726 | TFTest.hs:13:9: |
|---|
| 4727 | Trying subst rules with |
|---|
| 4728 | Wanted t_ajw :: Res |
|---|
| 4729 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4730 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4731 | b ~> [[b]] |
|---|
| 4732 | Wanted t_ahj :: c ~> [a] |
|---|
| 4733 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4734 | TFTest.hs:13:9: |
|---|
| 4735 | Trying subst rules with |
|---|
| 4736 | Wanted t_ahj :: c ~> [a] |
|---|
| 4737 | Wanted t_ajw :: Res |
|---|
| 4738 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4739 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4740 | b ~> [[b]] |
|---|
| 4741 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4742 | TFTest.hs:13:9: |
|---|
| 4743 | Trying subst rules with |
|---|
| 4744 | Wanted t_ahj :: c ~> [a] |
|---|
| 4745 | Local $co$ :: a ~> c |
|---|
| 4746 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4747 | TFTest.hs:13:9: |
|---|
| 4748 | Trying subst rules with |
|---|
| 4749 | Wanted t_ajx :: Res |
|---|
| 4750 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4751 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4752 | b ~> [[b]] |
|---|
| 4753 | Wanted t_ahj :: c ~> [a] |
|---|
| 4754 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4755 | TFTest.hs:13:9: |
|---|
| 4756 | Trying subst rules with |
|---|
| 4757 | Wanted t_ajx :: Res |
|---|
| 4758 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4759 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4760 | b ~> [[b]] |
|---|
| 4761 | Local $co$ :: a ~> c |
|---|
| 4762 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4763 | TFTest.hs:13:9: |
|---|
| 4764 | Trying subst rules with |
|---|
| 4765 | Local $co$ :: a ~> c |
|---|
| 4766 | Wanted t_ajx :: Res |
|---|
| 4767 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4768 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4769 | b ~> [[b]] |
|---|
| 4770 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4771 | TFTest.hs:13:9: |
|---|
| 4772 | Trying subst rules with |
|---|
| 4773 | Local $co$ :: a ~> c |
|---|
| 4774 | Wanted t_ahj :: c ~> [a] |
|---|
| 4775 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4776 | TFTest.hs:13:9: |
|---|
| 4777 | Trying subst rules with |
|---|
| 4778 | Wanted t_ajy :: Res |
|---|
| 4779 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4780 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4781 | b ~> [[b]] |
|---|
| 4782 | Local $co$ :: a ~> c |
|---|
| 4783 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4784 | TFTest.hs:13:9: |
|---|
| 4785 | Trying subst rules with |
|---|
| 4786 | Wanted t_ajy :: Res |
|---|
| 4787 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4788 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4789 | b ~> [[b]] |
|---|
| 4790 | Wanted t_ahj :: c ~> [a] |
|---|
| 4791 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4792 | TFTest.hs:13:9: |
|---|
| 4793 | Trying subst rules with |
|---|
| 4794 | Wanted t_ahj :: c ~> [a] |
|---|
| 4795 | Wanted t_ajy :: Res |
|---|
| 4796 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4797 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4798 | b ~> [[b]] |
|---|
| 4799 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4800 | TFTest.hs:13:9: |
|---|
| 4801 | Trying subst rules with |
|---|
| 4802 | Wanted t_ahj :: c ~> [a] |
|---|
| 4803 | Local $co$ :: a ~> c |
|---|
| 4804 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4805 | TFTest.hs:13:9: |
|---|
| 4806 | Trying subst rules with |
|---|
| 4807 | Wanted t_ajz :: Res |
|---|
| 4808 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4809 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4810 | b ~> [[b]] |
|---|
| 4811 | Wanted t_ahj :: c ~> [a] |
|---|
| 4812 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4813 | TFTest.hs:13:9: |
|---|
| 4814 | Trying subst rules with |
|---|
| 4815 | Wanted t_ajz :: Res |
|---|
| 4816 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4817 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4818 | b ~> [[b]] |
|---|
| 4819 | Local $co$ :: a ~> c |
|---|
| 4820 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4821 | TFTest.hs:13:9: |
|---|
| 4822 | Trying subst rules with |
|---|
| 4823 | Local $co$ :: a ~> c |
|---|
| 4824 | Wanted t_ajz :: Res |
|---|
| 4825 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4826 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4827 | b ~> [[b]] |
|---|
| 4828 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4829 | TFTest.hs:13:9: |
|---|
| 4830 | Trying subst rules with |
|---|
| 4831 | Local $co$ :: a ~> c |
|---|
| 4832 | Wanted t_ahj :: c ~> [a] |
|---|
| 4833 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4834 | TFTest.hs:13:9: |
|---|
| 4835 | Trying subst rules with |
|---|
| 4836 | Wanted t_ajA :: Res |
|---|
| 4837 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4838 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4839 | b ~> [[b]] |
|---|
| 4840 | Local $co$ :: a ~> c |
|---|
| 4841 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4842 | TFTest.hs:13:9: |
|---|
| 4843 | Trying subst rules with |
|---|
| 4844 | Wanted t_ajA :: Res |
|---|
| 4845 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4846 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4847 | b ~> [[b]] |
|---|
| 4848 | Wanted t_ahj :: c ~> [a] |
|---|
| 4849 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4850 | TFTest.hs:13:9: |
|---|
| 4851 | Trying subst rules with |
|---|
| 4852 | Wanted t_ahj :: c ~> [a] |
|---|
| 4853 | Wanted t_ajA :: Res |
|---|
| 4854 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4855 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4856 | b ~> [[b]] |
|---|
| 4857 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4858 | TFTest.hs:13:9: |
|---|
| 4859 | Trying subst rules with |
|---|
| 4860 | Wanted t_ahj :: c ~> [a] |
|---|
| 4861 | Local $co$ :: a ~> c |
|---|
| 4862 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4863 | TFTest.hs:13:9: |
|---|
| 4864 | Trying subst rules with |
|---|
| 4865 | Wanted t_ajB :: Res |
|---|
| 4866 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4867 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4868 | b ~> [[b]] |
|---|
| 4869 | Wanted t_ahj :: c ~> [a] |
|---|
| 4870 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4871 | TFTest.hs:13:9: |
|---|
| 4872 | Trying subst rules with |
|---|
| 4873 | Wanted t_ajB :: Res |
|---|
| 4874 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4875 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4876 | b ~> [[b]] |
|---|
| 4877 | Local $co$ :: a ~> c |
|---|
| 4878 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4879 | TFTest.hs:13:9: |
|---|
| 4880 | Trying subst rules with |
|---|
| 4881 | Local $co$ :: a ~> c |
|---|
| 4882 | Wanted t_ajB :: Res |
|---|
| 4883 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4884 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4885 | b ~> [[b]] |
|---|
| 4886 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4887 | TFTest.hs:13:9: |
|---|
| 4888 | Trying subst rules with |
|---|
| 4889 | Local $co$ :: a ~> c |
|---|
| 4890 | Wanted t_ahj :: c ~> [a] |
|---|
| 4891 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4892 | TFTest.hs:13:9: |
|---|
| 4893 | Trying subst rules with |
|---|
| 4894 | Wanted t_ajC :: Res |
|---|
| 4895 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4896 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4897 | b ~> [[b]] |
|---|
| 4898 | Local $co$ :: a ~> c |
|---|
| 4899 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4900 | TFTest.hs:13:9: |
|---|
| 4901 | Trying subst rules with |
|---|
| 4902 | Wanted t_ajC :: Res |
|---|
| 4903 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4904 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4905 | b ~> [[b]] |
|---|
| 4906 | Wanted t_ahj :: c ~> [a] |
|---|
| 4907 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4908 | TFTest.hs:13:9: |
|---|
| 4909 | Trying subst rules with |
|---|
| 4910 | Wanted t_ahj :: c ~> [a] |
|---|
| 4911 | Wanted t_ajC :: Res |
|---|
| 4912 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4913 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4914 | b ~> [[b]] |
|---|
| 4915 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4916 | TFTest.hs:13:9: |
|---|
| 4917 | Trying subst rules with |
|---|
| 4918 | Wanted t_ahj :: c ~> [a] |
|---|
| 4919 | Local $co$ :: a ~> c |
|---|
| 4920 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4921 | TFTest.hs:13:9: |
|---|
| 4922 | Trying subst rules with |
|---|
| 4923 | Wanted t_ajD :: Res |
|---|
| 4924 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4925 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4926 | b ~> [[b]] |
|---|
| 4927 | Wanted t_ahj :: c ~> [a] |
|---|
| 4928 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4929 | TFTest.hs:13:9: |
|---|
| 4930 | Trying subst rules with |
|---|
| 4931 | Wanted t_ajD :: Res |
|---|
| 4932 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4933 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4934 | b ~> [[b]] |
|---|
| 4935 | Local $co$ :: a ~> c |
|---|
| 4936 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4937 | TFTest.hs:13:9: |
|---|
| 4938 | Trying subst rules with |
|---|
| 4939 | Local $co$ :: a ~> c |
|---|
| 4940 | Wanted t_ajD :: Res |
|---|
| 4941 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4942 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4943 | b ~> [[b]] |
|---|
| 4944 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4945 | TFTest.hs:13:9: |
|---|
| 4946 | Trying subst rules with |
|---|
| 4947 | Local $co$ :: a ~> c |
|---|
| 4948 | Wanted t_ahj :: c ~> [a] |
|---|
| 4949 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4950 | TFTest.hs:13:9: |
|---|
| 4951 | Trying subst rules with |
|---|
| 4952 | Wanted t_ajE :: Res |
|---|
| 4953 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4954 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4955 | b ~> [[b]] |
|---|
| 4956 | Local $co$ :: a ~> c |
|---|
| 4957 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4958 | TFTest.hs:13:9: |
|---|
| 4959 | Trying subst rules with |
|---|
| 4960 | Wanted t_ajE :: Res |
|---|
| 4961 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4962 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4963 | b ~> [[b]] |
|---|
| 4964 | Wanted t_ahj :: c ~> [a] |
|---|
| 4965 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4966 | TFTest.hs:13:9: |
|---|
| 4967 | Trying subst rules with |
|---|
| 4968 | Wanted t_ahj :: c ~> [a] |
|---|
| 4969 | Wanted t_ajE :: Res |
|---|
| 4970 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4971 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4972 | b ~> [[b]] |
|---|
| 4973 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4974 | TFTest.hs:13:9: |
|---|
| 4975 | Trying subst rules with |
|---|
| 4976 | Wanted t_ahj :: c ~> [a] |
|---|
| 4977 | Local $co$ :: a ~> c |
|---|
| 4978 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4979 | TFTest.hs:13:9: |
|---|
| 4980 | Trying subst rules with |
|---|
| 4981 | Wanted t_ajF :: Res |
|---|
| 4982 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4983 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4984 | b ~> [[b]] |
|---|
| 4985 | Wanted t_ahj :: c ~> [a] |
|---|
| 4986 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4987 | TFTest.hs:13:9: |
|---|
| 4988 | Trying subst rules with |
|---|
| 4989 | Wanted t_ajF :: Res |
|---|
| 4990 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4991 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 4992 | b ~> [[b]] |
|---|
| 4993 | Local $co$ :: a ~> c |
|---|
| 4994 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 4995 | TFTest.hs:13:9: |
|---|
| 4996 | Trying subst rules with |
|---|
| 4997 | Local $co$ :: a ~> c |
|---|
| 4998 | Wanted t_ajF :: Res |
|---|
| 4999 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5000 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5001 | b ~> [[b]] |
|---|
| 5002 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5003 | TFTest.hs:13:9: |
|---|
| 5004 | Trying subst rules with |
|---|
| 5005 | Local $co$ :: a ~> c |
|---|
| 5006 | Wanted t_ahj :: c ~> [a] |
|---|
| 5007 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5008 | TFTest.hs:13:9: |
|---|
| 5009 | Trying subst rules with |
|---|
| 5010 | Wanted t_ajG :: Res |
|---|
| 5011 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5012 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5013 | b ~> [[b]] |
|---|
| 5014 | Local $co$ :: a ~> c |
|---|
| 5015 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5016 | TFTest.hs:13:9: |
|---|
| 5017 | Trying subst rules with |
|---|
| 5018 | Wanted t_ajG :: Res |
|---|
| 5019 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5020 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5021 | b ~> [[b]] |
|---|
| 5022 | Wanted t_ahj :: c ~> [a] |
|---|
| 5023 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5024 | TFTest.hs:13:9: |
|---|
| 5025 | Trying subst rules with |
|---|
| 5026 | Wanted t_ahj :: c ~> [a] |
|---|
| 5027 | Wanted t_ajG :: Res |
|---|
| 5028 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5029 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5030 | b ~> [[b]] |
|---|
| 5031 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5032 | TFTest.hs:13:9: |
|---|
| 5033 | Trying subst rules with |
|---|
| 5034 | Wanted t_ahj :: c ~> [a] |
|---|
| 5035 | Local $co$ :: a ~> c |
|---|
| 5036 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5037 | TFTest.hs:13:9: |
|---|
| 5038 | Trying subst rules with |
|---|
| 5039 | Wanted t_ajH :: Res |
|---|
| 5040 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5041 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5042 | b ~> [[b]] |
|---|
| 5043 | Wanted t_ahj :: c ~> [a] |
|---|
| 5044 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5045 | TFTest.hs:13:9: |
|---|
| 5046 | Trying subst rules with |
|---|
| 5047 | Wanted t_ajH :: Res |
|---|
| 5048 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5049 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5050 | b ~> [[b]] |
|---|
| 5051 | Local $co$ :: a ~> c |
|---|
| 5052 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5053 | TFTest.hs:13:9: |
|---|
| 5054 | Trying subst rules with |
|---|
| 5055 | Local $co$ :: a ~> c |
|---|
| 5056 | Wanted t_ajH :: Res |
|---|
| 5057 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5058 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5059 | b ~> [[b]] |
|---|
| 5060 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5061 | TFTest.hs:13:9: |
|---|
| 5062 | Trying subst rules with |
|---|
| 5063 | Local $co$ :: a ~> c |
|---|
| 5064 | Wanted t_ahj :: c ~> [a] |
|---|
| 5065 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5066 | TFTest.hs:13:9: |
|---|
| 5067 | Trying subst rules with |
|---|
| 5068 | Wanted t_ajI :: Res |
|---|
| 5069 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5070 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5071 | b ~> [[b]] |
|---|
| 5072 | Local $co$ :: a ~> c |
|---|
| 5073 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5074 | TFTest.hs:13:9: |
|---|
| 5075 | Trying subst rules with |
|---|
| 5076 | Wanted t_ajI :: Res |
|---|
| 5077 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5078 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5079 | b ~> [[b]] |
|---|
| 5080 | Wanted t_ahj :: c ~> [a] |
|---|
| 5081 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5082 | TFTest.hs:13:9: |
|---|
| 5083 | Trying subst rules with |
|---|
| 5084 | Wanted t_ahj :: c ~> [a] |
|---|
| 5085 | Wanted t_ajI :: Res |
|---|
| 5086 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5087 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5088 | b ~> [[b]] |
|---|
| 5089 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5090 | TFTest.hs:13:9: |
|---|
| 5091 | Trying subst rules with |
|---|
| 5092 | Wanted t_ahj :: c ~> [a] |
|---|
| 5093 | Local $co$ :: a ~> c |
|---|
| 5094 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5095 | TFTest.hs:13:9: |
|---|
| 5096 | Trying subst rules with |
|---|
| 5097 | Wanted t_ajJ :: Res |
|---|
| 5098 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5099 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5100 | b ~> [[b]] |
|---|
| 5101 | Wanted t_ahj :: c ~> [a] |
|---|
| 5102 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5103 | TFTest.hs:13:9: |
|---|
| 5104 | Trying subst rules with |
|---|
| 5105 | Wanted t_ajJ :: Res |
|---|
| 5106 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5107 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5108 | b ~> [[b]] |
|---|
| 5109 | Local $co$ :: a ~> c |
|---|
| 5110 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5111 | TFTest.hs:13:9: |
|---|
| 5112 | Trying subst rules with |
|---|
| 5113 | Local $co$ :: a ~> c |
|---|
| 5114 | Wanted t_ajJ :: Res |
|---|
| 5115 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5116 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5117 | b ~> [[b]] |
|---|
| 5118 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5119 | TFTest.hs:13:9: |
|---|
| 5120 | Trying subst rules with |
|---|
| 5121 | Local $co$ :: a ~> c |
|---|
| 5122 | Wanted t_ahj :: c ~> [a] |
|---|
| 5123 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5124 | TFTest.hs:13:9: |
|---|
| 5125 | Trying subst rules with |
|---|
| 5126 | Wanted t_ajK :: Res |
|---|
| 5127 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5128 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5129 | b ~> [[b]] |
|---|
| 5130 | Local $co$ :: a ~> c |
|---|
| 5131 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5132 | TFTest.hs:13:9: |
|---|
| 5133 | Trying subst rules with |
|---|
| 5134 | Wanted t_ajK :: Res |
|---|
| 5135 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5136 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5137 | b ~> [[b]] |
|---|
| 5138 | Wanted t_ahj :: c ~> [a] |
|---|
| 5139 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5140 | TFTest.hs:13:9: |
|---|
| 5141 | Trying subst rules with |
|---|
| 5142 | Wanted t_ahj :: c ~> [a] |
|---|
| 5143 | Wanted t_ajK :: Res |
|---|
| 5144 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5145 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5146 | b ~> [[b]] |
|---|
| 5147 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5148 | TFTest.hs:13:9: |
|---|
| 5149 | Trying subst rules with |
|---|
| 5150 | Wanted t_ahj :: c ~> [a] |
|---|
| 5151 | Local $co$ :: a ~> c |
|---|
| 5152 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5153 | TFTest.hs:13:9: |
|---|
| 5154 | Trying subst rules with |
|---|
| 5155 | Wanted t_ajL :: Res |
|---|
| 5156 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5157 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5158 | b ~> [[b]] |
|---|
| 5159 | Wanted t_ahj :: c ~> [a] |
|---|
| 5160 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5161 | TFTest.hs:13:9: |
|---|
| 5162 | Trying subst rules with |
|---|
| 5163 | Wanted t_ajL :: Res |
|---|
| 5164 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5165 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5166 | b ~> [[b]] |
|---|
| 5167 | Local $co$ :: a ~> c |
|---|
| 5168 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5169 | TFTest.hs:13:9: |
|---|
| 5170 | Trying subst rules with |
|---|
| 5171 | Local $co$ :: a ~> c |
|---|
| 5172 | Wanted t_ajL :: Res |
|---|
| 5173 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5174 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5175 | b ~> [[b]] |
|---|
| 5176 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5177 | TFTest.hs:13:9: |
|---|
| 5178 | Trying subst rules with |
|---|
| 5179 | Local $co$ :: a ~> c |
|---|
| 5180 | Wanted t_ahj :: c ~> [a] |
|---|
| 5181 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5182 | TFTest.hs:13:9: |
|---|
| 5183 | Trying subst rules with |
|---|
| 5184 | Wanted t_ajM :: Res |
|---|
| 5185 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5186 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5187 | b ~> [[b]] |
|---|
| 5188 | Local $co$ :: a ~> c |
|---|
| 5189 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5190 | TFTest.hs:13:9: |
|---|
| 5191 | Trying subst rules with |
|---|
| 5192 | Wanted t_ajM :: Res |
|---|
| 5193 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5194 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5195 | b ~> [[b]] |
|---|
| 5196 | Wanted t_ahj :: c ~> [a] |
|---|
| 5197 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5198 | TFTest.hs:13:9: |
|---|
| 5199 | Trying subst rules with |
|---|
| 5200 | Wanted t_ahj :: c ~> [a] |
|---|
| 5201 | Wanted t_ajM :: Res |
|---|
| 5202 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5203 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5204 | b ~> [[b]] |
|---|
| 5205 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5206 | TFTest.hs:13:9: |
|---|
| 5207 | Trying subst rules with |
|---|
| 5208 | Wanted t_ahj :: c ~> [a] |
|---|
| 5209 | Local $co$ :: a ~> c |
|---|
| 5210 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5211 | TFTest.hs:13:9: |
|---|
| 5212 | Trying subst rules with |
|---|
| 5213 | Wanted t_ajN :: Res |
|---|
| 5214 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5215 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5216 | b ~> [[b]] |
|---|
| 5217 | Wanted t_ahj :: c ~> [a] |
|---|
| 5218 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5219 | TFTest.hs:13:9: |
|---|
| 5220 | Trying subst rules with |
|---|
| 5221 | Wanted t_ajN :: Res |
|---|
| 5222 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5223 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5224 | b ~> [[b]] |
|---|
| 5225 | Local $co$ :: a ~> c |
|---|
| 5226 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5227 | TFTest.hs:13:9: |
|---|
| 5228 | Trying subst rules with |
|---|
| 5229 | Local $co$ :: a ~> c |
|---|
| 5230 | Wanted t_ajN :: Res |
|---|
| 5231 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5232 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5233 | b ~> [[b]] |
|---|
| 5234 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5235 | TFTest.hs:13:9: |
|---|
| 5236 | Trying subst rules with |
|---|
| 5237 | Local $co$ :: a ~> c |
|---|
| 5238 | Wanted t_ahj :: c ~> [a] |
|---|
| 5239 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5240 | TFTest.hs:13:9: |
|---|
| 5241 | Trying subst rules with |
|---|
| 5242 | Wanted t_ajO :: Res |
|---|
| 5243 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5244 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5245 | b ~> [[b]] |
|---|
| 5246 | Local $co$ :: a ~> c |
|---|
| 5247 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5248 | TFTest.hs:13:9: |
|---|
| 5249 | Trying subst rules with |
|---|
| 5250 | Wanted t_ajO :: Res |
|---|
| 5251 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5252 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5253 | b ~> [[b]] |
|---|
| 5254 | Wanted t_ahj :: c ~> [a] |
|---|
| 5255 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5256 | TFTest.hs:13:9: |
|---|
| 5257 | Trying subst rules with |
|---|
| 5258 | Wanted t_ahj :: c ~> [a] |
|---|
| 5259 | Wanted t_ajO :: Res |
|---|
| 5260 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5261 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5262 | b ~> [[b]] |
|---|
| 5263 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5264 | TFTest.hs:13:9: |
|---|
| 5265 | Trying subst rules with |
|---|
| 5266 | Wanted t_ahj :: c ~> [a] |
|---|
| 5267 | Local $co$ :: a ~> c |
|---|
| 5268 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5269 | TFTest.hs:13:9: |
|---|
| 5270 | Trying subst rules with |
|---|
| 5271 | Wanted t_ajP :: Res |
|---|
| 5272 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5273 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5274 | b ~> [[b]] |
|---|
| 5275 | Wanted t_ahj :: c ~> [a] |
|---|
| 5276 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5277 | TFTest.hs:13:9: |
|---|
| 5278 | Trying subst rules with |
|---|
| 5279 | Wanted t_ajP :: Res |
|---|
| 5280 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5281 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5282 | b ~> [[b]] |
|---|
| 5283 | Local $co$ :: a ~> c |
|---|
| 5284 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5285 | TFTest.hs:13:9: |
|---|
| 5286 | Trying subst rules with |
|---|
| 5287 | Local $co$ :: a ~> c |
|---|
| 5288 | Wanted t_ajP :: Res |
|---|
| 5289 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5290 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5291 | b ~> [[b]] |
|---|
| 5292 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5293 | TFTest.hs:13:9: |
|---|
| 5294 | Trying subst rules with |
|---|
| 5295 | Local $co$ :: a ~> c |
|---|
| 5296 | Wanted t_ahj :: c ~> [a] |
|---|
| 5297 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5298 | TFTest.hs:13:9: |
|---|
| 5299 | Trying subst rules with |
|---|
| 5300 | Wanted t_ajQ :: Res |
|---|
| 5301 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5302 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5303 | b ~> [[b]] |
|---|
| 5304 | Local $co$ :: a ~> c |
|---|
| 5305 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5306 | TFTest.hs:13:9: |
|---|
| 5307 | Trying subst rules with |
|---|
| 5308 | Wanted t_ajQ :: Res |
|---|
| 5309 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5310 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5311 | b ~> [[b]] |
|---|
| 5312 | Wanted t_ahj :: c ~> [a] |
|---|
| 5313 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5314 | TFTest.hs:13:9: |
|---|
| 5315 | Trying subst rules with |
|---|
| 5316 | Wanted t_ahj :: c ~> [a] |
|---|
| 5317 | Wanted t_ajQ :: Res |
|---|
| 5318 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5319 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5320 | b ~> [[b]] |
|---|
| 5321 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5322 | TFTest.hs:13:9: |
|---|
| 5323 | Trying subst rules with |
|---|
| 5324 | Wanted t_ahj :: c ~> [a] |
|---|
| 5325 | Local $co$ :: a ~> c |
|---|
| 5326 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5327 | TFTest.hs:13:9: |
|---|
| 5328 | Trying subst rules with |
|---|
| 5329 | Wanted t_ajR :: Res |
|---|
| 5330 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5331 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5332 | b ~> [[b]] |
|---|
| 5333 | Wanted t_ahj :: c ~> [a] |
|---|
| 5334 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5335 | TFTest.hs:13:9: |
|---|
| 5336 | Trying subst rules with |
|---|
| 5337 | Wanted t_ajR :: Res |
|---|
| 5338 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5339 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5340 | b ~> [[b]] |
|---|
| 5341 | Local $co$ :: a ~> c |
|---|
| 5342 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5343 | TFTest.hs:13:9: |
|---|
| 5344 | Trying subst rules with |
|---|
| 5345 | Local $co$ :: a ~> c |
|---|
| 5346 | Wanted t_ajR :: Res |
|---|
| 5347 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5348 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5349 | b ~> [[b]] |
|---|
| 5350 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5351 | TFTest.hs:13:9: |
|---|
| 5352 | Trying subst rules with |
|---|
| 5353 | Local $co$ :: a ~> c |
|---|
| 5354 | Wanted t_ahj :: c ~> [a] |
|---|
| 5355 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5356 | TFTest.hs:13:9: |
|---|
| 5357 | Trying subst rules with |
|---|
| 5358 | Wanted t_ajS :: Res |
|---|
| 5359 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5360 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5361 | b ~> [[b]] |
|---|
| 5362 | Local $co$ :: a ~> c |
|---|
| 5363 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5364 | TFTest.hs:13:9: |
|---|
| 5365 | Trying subst rules with |
|---|
| 5366 | Wanted t_ajS :: Res |
|---|
| 5367 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5368 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5369 | b ~> [[b]] |
|---|
| 5370 | Wanted t_ahj :: c ~> [a] |
|---|
| 5371 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5372 | TFTest.hs:13:9: |
|---|
| 5373 | Trying subst rules with |
|---|
| 5374 | Wanted t_ahj :: c ~> [a] |
|---|
| 5375 | Wanted t_ajS :: Res |
|---|
| 5376 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5377 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5378 | b ~> [[b]] |
|---|
| 5379 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5380 | TFTest.hs:13:9: |
|---|
| 5381 | Trying subst rules with |
|---|
| 5382 | Wanted t_ahj :: c ~> [a] |
|---|
| 5383 | Local $co$ :: a ~> c |
|---|
| 5384 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5385 | TFTest.hs:13:9: |
|---|
| 5386 | Trying subst rules with |
|---|
| 5387 | Wanted t_ajT :: Res |
|---|
| 5388 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5389 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5390 | b ~> [[b]] |
|---|
| 5391 | Wanted t_ahj :: c ~> [a] |
|---|
| 5392 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5393 | TFTest.hs:13:9: |
|---|
| 5394 | Trying subst rules with |
|---|
| 5395 | Wanted t_ajT :: Res |
|---|
| 5396 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5397 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5398 | b ~> [[b]] |
|---|
| 5399 | Local $co$ :: a ~> c |
|---|
| 5400 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5401 | TFTest.hs:13:9: |
|---|
| 5402 | Trying subst rules with |
|---|
| 5403 | Local $co$ :: a ~> c |
|---|
| 5404 | Wanted t_ajT :: Res |
|---|
| 5405 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5406 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[a]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] |
|---|
| 5407 | b ~> [[b]] |
|---|
| 5408 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5409 | TFTest.hs:13:9: |
|---|
| 5410 | Trying subst rules with |
|---|
| 5411 | Local $co$ :: a ~> c |
|---|
| 5412 | Wanted t_ahj :: c ~> [a] |
|---|
| 5413 | In the instance declaration for `RFunctor [c] a b' |
|---|
| 5414 | TFTest.hs:13:9: |
|---|
| 5415 | Trying subst rules with |
|---|
| 5416 | Wanted t_ajU :: Res |
|---|
| 5417 | [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[c]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]^C]]]]]]]]]]]]Thing-7:Haskell eduardsergeev$ |
|---|