summaryrefslogtreecommitdiff
path: root/testsuite/tests/perf/compiler/hard_hole_fits.stderr
blob: fcdde2ee2d5b99fd56db5f2aca9ecb7264a7c8ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681

hard_hole_fits.hs:14:22: warning: [GHC-88464] [-Wtyped-holes (in -Wdefault)]
    • Found hole: _ :: Int
    • In an equation for ‘testMe’: testMe (HsVar a b) = _
    • Relevant bindings include
        b :: Language.Haskell.Syntax.Extension.LIdP GhcPs
          (bound at hard_hole_fits.hs:14:17)
        a :: Language.Haskell.Syntax.Extension.XVar GhcPs
          (bound at hard_hole_fits.hs:14:15)
        testMe :: HsExpr GhcPs -> Int (bound at hard_hole_fits.hs:14:1)
      Valid hole fits include
        maxBound :: forall a. Bounded a => a
          with maxBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))
        minBound :: forall a. Bounded a => a
          with minBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))

hard_hole_fits.hs:15:32: warning: [GHC-88464] [-Wtyped-holes (in -Wdefault)]
    • Found hole: _ :: Int
    • In an equation for ‘testMe’: testMe (HsUnboundVar xuv uv) = _
    • Relevant bindings include
        uv :: GHC.Types.Name.Occurrence.OccName
          (bound at hard_hole_fits.hs:15:26)
        xuv :: Language.Haskell.Syntax.Extension.XUnboundVar GhcPs
          (bound at hard_hole_fits.hs:15:22)
        testMe :: HsExpr GhcPs -> Int (bound at hard_hole_fits.hs:14:1)
      Valid hole fits include
        maxBound :: forall a. Bounded a => a
          with maxBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))
        minBound :: forall a. Bounded a => a
          with minBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))

hard_hole_fits.hs:16:33: warning: [GHC-88464] [-Wtyped-holes (in -Wdefault)]
    • Found hole: _ :: Int
    • In an equation for ‘testMe’: testMe (HsOverLabel xol m_ip) = _
    • Relevant bindings include
        m_ip :: GHC.Data.FastString.FastString
          (bound at hard_hole_fits.hs:16:25)
        xol :: Language.Haskell.Syntax.Extension.XOverLabel GhcPs
          (bound at hard_hole_fits.hs:16:21)
        testMe :: HsExpr GhcPs -> Int (bound at hard_hole_fits.hs:14:1)
      Valid hole fits include
        maxBound :: forall a. Bounded a => a
          with maxBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))
        minBound :: forall a. Bounded a => a
          with minBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))

hard_hole_fits.hs:17:27: warning: [GHC-88464] [-Wtyped-holes (in -Wdefault)]
    • Found hole: _ :: Int
    • In an equation for ‘testMe’: testMe (HsIPVar xv hin) = _
    • Relevant bindings include
        hin :: Language.Haskell.Syntax.Type.HsIPName
          (bound at hard_hole_fits.hs:17:20)
        xv :: Language.Haskell.Syntax.Extension.XIPVar GhcPs
          (bound at hard_hole_fits.hs:17:17)
        testMe :: HsExpr GhcPs -> Int (bound at hard_hole_fits.hs:14:1)
      Valid hole fits include
        maxBound :: forall a. Bounded a => a
          with maxBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))
        minBound :: forall a. Bounded a => a
          with minBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))

hard_hole_fits.hs:18:31: warning: [GHC-88464] [-Wtyped-holes (in -Wdefault)]
    • Found hole: _ :: Int
    • In an equation for ‘testMe’: testMe (HsOverLit xole hol) = _
    • Relevant bindings include
        hol :: Language.Haskell.Syntax.Lit.HsOverLit GhcPs
          (bound at hard_hole_fits.hs:18:24)
        xole :: Language.Haskell.Syntax.Extension.XOverLitE GhcPs
          (bound at hard_hole_fits.hs:18:19)
        testMe :: HsExpr GhcPs -> Int (bound at hard_hole_fits.hs:14:1)
      Valid hole fits include
        maxBound :: forall a. Bounded a => a
          with maxBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))
        minBound :: forall a. Bounded a => a
          with minBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))

hard_hole_fits.hs:19:25: warning: [GHC-88464] [-Wtyped-holes (in -Wdefault)]
    • Found hole: _ :: Int
    • In an equation for ‘testMe’: testMe (HsLit xle hl) = _
    • Relevant bindings include
        hl :: Language.Haskell.Syntax.Lit.HsLit GhcPs
          (bound at hard_hole_fits.hs:19:19)
        xle :: Language.Haskell.Syntax.Extension.XLitE GhcPs
          (bound at hard_hole_fits.hs:19:15)
        testMe :: HsExpr GhcPs -> Int (bound at hard_hole_fits.hs:14:1)
      Valid hole fits include
        maxBound :: forall a. Bounded a => a
          with maxBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))
        minBound :: forall a. Bounded a => a
          with minBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))

hard_hole_fits.hs:20:24: warning: [GHC-88464] [-Wtyped-holes (in -Wdefault)]
    • Found hole: _ :: Int
    • In an equation for ‘testMe’: testMe (HsLam xl mg) = _
    • Relevant bindings include
        mg :: MatchGroup GhcPs (LHsExpr GhcPs)
          (bound at hard_hole_fits.hs:20:18)
        xl :: Language.Haskell.Syntax.Extension.XLam GhcPs
          (bound at hard_hole_fits.hs:20:15)
        testMe :: HsExpr GhcPs -> Int (bound at hard_hole_fits.hs:14:1)
      Valid hole fits include
        maxBound :: forall a. Bounded a => a
          with maxBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))
        minBound :: forall a. Bounded a => a
          with minBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))

hard_hole_fits.hs:21:40: warning: [GHC-88464] [-Wtyped-holes (in -Wdefault)]
    • Found hole: _ :: Int
    • In an equation for ‘testMe’:
          testMe (HsLamCase xlc lc_variant mg) = _
    • Relevant bindings include
        mg :: MatchGroup GhcPs (LHsExpr GhcPs)
          (bound at hard_hole_fits.hs:21:34)
        lc_variant :: LamCaseVariant (bound at hard_hole_fits.hs:21:23)
        xlc :: Language.Haskell.Syntax.Extension.XLamCase GhcPs
          (bound at hard_hole_fits.hs:21:19)
        testMe :: HsExpr GhcPs -> Int (bound at hard_hole_fits.hs:14:1)
      Valid hole fits include
        maxBound :: forall a. Bounded a => a
          with maxBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))
        minBound :: forall a. Bounded a => a
          with minBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))

hard_hole_fits.hs:22:28: warning: [GHC-88464] [-Wtyped-holes (in -Wdefault)]
    • Found hole: _ :: Int
    • In an equation for ‘testMe’: testMe (HsApp xa gl gl') = _
    • Relevant bindings include
        gl' :: LHsExpr GhcPs (bound at hard_hole_fits.hs:22:21)
        gl :: LHsExpr GhcPs (bound at hard_hole_fits.hs:22:18)
        xa :: Language.Haskell.Syntax.Extension.XApp GhcPs
          (bound at hard_hole_fits.hs:22:15)
        testMe :: HsExpr GhcPs -> Int (bound at hard_hole_fits.hs:14:1)
      Valid hole fits include
        maxBound :: forall a. Bounded a => a
          with maxBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))
        minBound :: forall a. Bounded a => a
          with minBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))

hard_hole_fits.hs:23:38: warning: [GHC-88464] [-Wtyped-holes (in -Wdefault)]
    • Found hole: _ :: Int
    • In an equation for ‘testMe’:
          testMe (HsAppType xate gl at hwcb) = _
    • Relevant bindings include
        hwcb :: Language.Haskell.Syntax.Type.LHsWcType
                  (Language.Haskell.Syntax.Extension.NoGhcTc GhcPs)
          (bound at hard_hole_fits.hs:23:30)
        at :: Language.Haskell.Syntax.Concrete.LHsToken "@" GhcPs
          (bound at hard_hole_fits.hs:23:27)
        gl :: LHsExpr GhcPs (bound at hard_hole_fits.hs:23:24)
        xate :: Language.Haskell.Syntax.Extension.XAppTypeE GhcPs
          (bound at hard_hole_fits.hs:23:19)
        testMe :: HsExpr GhcPs -> Int (bound at hard_hole_fits.hs:14:1)
      Valid hole fits include
        maxBound :: forall a. Bounded a => a
          with maxBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))
        minBound :: forall a. Bounded a => a
          with minBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))

hard_hole_fits.hs:24:33: warning: [GHC-88464] [-Wtyped-holes (in -Wdefault)]
    • Found hole: _ :: Int
    • In an equation for ‘testMe’: testMe (OpApp xoa gl gl' gl2) = _
    • Relevant bindings include
        gl2 :: LHsExpr GhcPs (bound at hard_hole_fits.hs:24:26)
        gl' :: LHsExpr GhcPs (bound at hard_hole_fits.hs:24:22)
        gl :: LHsExpr GhcPs (bound at hard_hole_fits.hs:24:19)
        xoa :: Language.Haskell.Syntax.Extension.XOpApp GhcPs
          (bound at hard_hole_fits.hs:24:15)
        testMe :: HsExpr GhcPs -> Int (bound at hard_hole_fits.hs:14:1)
      Valid hole fits include
        maxBound :: forall a. Bounded a => a
          with maxBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))
        minBound :: forall a. Bounded a => a
          with minBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))

hard_hole_fits.hs:25:29: warning: [GHC-88464] [-Wtyped-holes (in -Wdefault)]
    • Found hole: _ :: Int
    • In an equation for ‘testMe’: testMe (NegApp xna gl se) = _
    • Relevant bindings include
        se :: SyntaxExpr GhcPs (bound at hard_hole_fits.hs:25:23)
        gl :: LHsExpr GhcPs (bound at hard_hole_fits.hs:25:20)
        xna :: Language.Haskell.Syntax.Extension.XNegApp GhcPs
          (bound at hard_hole_fits.hs:25:16)
        testMe :: HsExpr GhcPs -> Int (bound at hard_hole_fits.hs:14:1)
      Valid hole fits include
        maxBound :: forall a. Bounded a => a
          with maxBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))
        minBound :: forall a. Bounded a => a
          with minBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))

hard_hole_fits.hs:26:30: warning: [GHC-88464] [-Wtyped-holes (in -Wdefault)]
    • Found hole: _ :: Int
    • In an equation for ‘testMe’: testMe (HsPar xp gl ab ac) = _
    • Relevant bindings include
        ac :: Language.Haskell.Syntax.Concrete.LHsToken ")" GhcPs
          (bound at hard_hole_fits.hs:26:24)
        ab :: LHsExpr GhcPs (bound at hard_hole_fits.hs:26:21)
        gl :: Language.Haskell.Syntax.Concrete.LHsToken "(" GhcPs
          (bound at hard_hole_fits.hs:26:18)
        xp :: Language.Haskell.Syntax.Extension.XPar GhcPs
          (bound at hard_hole_fits.hs:26:15)
        testMe :: HsExpr GhcPs -> Int (bound at hard_hole_fits.hs:14:1)
      Valid hole fits include
        maxBound :: forall a. Bounded a => a
          with maxBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))
        minBound :: forall a. Bounded a => a
          with minBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))

hard_hole_fits.hs:27:32: warning: [GHC-88464] [-Wtyped-holes (in -Wdefault)]
    • Found hole: _ :: Int
    • In an equation for ‘testMe’: testMe (SectionL xsl gl gl') = _
    • Relevant bindings include
        gl' :: LHsExpr GhcPs (bound at hard_hole_fits.hs:27:25)
        gl :: LHsExpr GhcPs (bound at hard_hole_fits.hs:27:22)
        xsl :: Language.Haskell.Syntax.Extension.XSectionL GhcPs
          (bound at hard_hole_fits.hs:27:18)
        testMe :: HsExpr GhcPs -> Int (bound at hard_hole_fits.hs:14:1)
      Valid hole fits include
        maxBound :: forall a. Bounded a => a
          with maxBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))
        minBound :: forall a. Bounded a => a
          with minBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))

hard_hole_fits.hs:28:32: warning: [GHC-88464] [-Wtyped-holes (in -Wdefault)]
    • Found hole: _ :: Int
    • In an equation for ‘testMe’: testMe (SectionR xsr gl gl') = _
    • Relevant bindings include
        gl' :: LHsExpr GhcPs (bound at hard_hole_fits.hs:28:25)
        gl :: LHsExpr GhcPs (bound at hard_hole_fits.hs:28:22)
        xsr :: Language.Haskell.Syntax.Extension.XSectionR GhcPs
          (bound at hard_hole_fits.hs:28:18)
        testMe :: HsExpr GhcPs -> Int (bound at hard_hole_fits.hs:14:1)
      Valid hole fits include
        maxBound :: forall a. Bounded a => a
          with maxBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))
        minBound :: forall a. Bounded a => a
          with minBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))

hard_hole_fits.hs:29:38: warning: [GHC-88464] [-Wtyped-holes (in -Wdefault)]
    • Found hole: _ :: Int
    • In an equation for ‘testMe’:
          testMe (ExplicitTuple xet gls box) = _
    • Relevant bindings include
        box :: Language.Haskell.Syntax.Basic.Boxity
          (bound at hard_hole_fits.hs:29:31)
        gls :: [HsTupArg GhcPs] (bound at hard_hole_fits.hs:29:27)
        xet :: Language.Haskell.Syntax.Extension.XExplicitTuple GhcPs
          (bound at hard_hole_fits.hs:29:23)
        testMe :: HsExpr GhcPs -> Int (bound at hard_hole_fits.hs:14:1)
      Valid hole fits include
        maxBound :: forall a. Bounded a => a
          with maxBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))
        minBound :: forall a. Bounded a => a
          with minBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))

hard_hole_fits.hs:30:35: warning: [GHC-88464] [-Wtyped-holes (in -Wdefault)]
    • Found hole: _ :: Int
    • In an equation for ‘testMe’: testMe (ExplicitSum xes n i gl) = _
    • Relevant bindings include
        gl :: LHsExpr GhcPs (bound at hard_hole_fits.hs:30:29)
        i :: Language.Haskell.Syntax.Basic.SumWidth
          (bound at hard_hole_fits.hs:30:27)
        n :: Language.Haskell.Syntax.Basic.ConTag
          (bound at hard_hole_fits.hs:30:25)
        xes :: Language.Haskell.Syntax.Extension.XExplicitSum GhcPs
          (bound at hard_hole_fits.hs:30:21)
        testMe :: HsExpr GhcPs -> Int (bound at hard_hole_fits.hs:14:1)
      Valid hole fits include
        n :: Language.Haskell.Syntax.Basic.ConTag
          (bound at hard_hole_fits.hs:30:25)
        i :: Language.Haskell.Syntax.Basic.SumWidth
          (bound at hard_hole_fits.hs:30:27)
        maxBound :: forall a. Bounded a => a
          with maxBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))
        minBound :: forall a. Bounded a => a
          with minBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))

hard_hole_fits.hs:31:28: warning: [GHC-88464] [-Wtyped-holes (in -Wdefault)]
    • Found hole: _ :: Int
    • In an equation for ‘testMe’: testMe (HsCase xc gl mg) = _
    • Relevant bindings include
        mg :: MatchGroup GhcPs (LHsExpr GhcPs)
          (bound at hard_hole_fits.hs:31:22)
        gl :: LHsExpr GhcPs (bound at hard_hole_fits.hs:31:19)
        xc :: Language.Haskell.Syntax.Extension.XCase GhcPs
          (bound at hard_hole_fits.hs:31:16)
        testMe :: HsExpr GhcPs -> Int (bound at hard_hole_fits.hs:14:1)
      Valid hole fits include
        maxBound :: forall a. Bounded a => a
          with maxBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))
        minBound :: forall a. Bounded a => a
          with minBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))

hard_hole_fits.hs:32:33: warning: [GHC-88464] [-Wtyped-holes (in -Wdefault)]
    • Found hole: _ :: Int
    • In an equation for ‘testMe’: testMe (HsIf xi m_se gl gl') = _
    • Relevant bindings include
        gl' :: LHsExpr GhcPs (bound at hard_hole_fits.hs:32:25)
        gl :: LHsExpr GhcPs (bound at hard_hole_fits.hs:32:22)
        m_se :: LHsExpr GhcPs (bound at hard_hole_fits.hs:32:17)
        xi :: Language.Haskell.Syntax.Extension.XIf GhcPs
          (bound at hard_hole_fits.hs:32:14)
        testMe :: HsExpr GhcPs -> Int (bound at hard_hole_fits.hs:14:1)
      Valid hole fits include
        maxBound :: forall a. Bounded a => a
          with maxBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))
        minBound :: forall a. Bounded a => a
          with minBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))

hard_hole_fits.hs:33:30: warning: [GHC-88464] [-Wtyped-holes (in -Wdefault)]
    • Found hole: _ :: Int
    • In an equation for ‘testMe’: testMe (HsMultiIf xmi gls) = _
    • Relevant bindings include
        gls :: [LGRHS GhcPs (LHsExpr GhcPs)]
          (bound at hard_hole_fits.hs:33:23)
        xmi :: Language.Haskell.Syntax.Extension.XMultiIf GhcPs
          (bound at hard_hole_fits.hs:33:19)
        testMe :: HsExpr GhcPs -> Int (bound at hard_hole_fits.hs:14:1)
      Valid hole fits include
        maxBound :: forall a. Bounded a => a
          with maxBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))
        minBound :: forall a. Bounded a => a
          with minBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))

hard_hole_fits.hs:34:39: warning: [GHC-88464] [-Wtyped-holes (in -Wdefault)]
    • Found hole: _ :: Int
    • In an equation for ‘testMe’:
          testMe (HsLet xl tkLet gl tkIn gl') = _
    • Relevant bindings include
        gl' :: LHsExpr GhcPs (bound at hard_hole_fits.hs:34:32)
        tkIn :: Language.Haskell.Syntax.Concrete.LHsToken "in" GhcPs
          (bound at hard_hole_fits.hs:34:27)
        gl :: Language.Haskell.Syntax.Binds.HsLocalBinds GhcPs
          (bound at hard_hole_fits.hs:34:24)
        tkLet :: Language.Haskell.Syntax.Concrete.LHsToken "let" GhcPs
          (bound at hard_hole_fits.hs:34:18)
        xl :: Language.Haskell.Syntax.Extension.XLet GhcPs
          (bound at hard_hole_fits.hs:34:15)
        testMe :: HsExpr GhcPs -> Int (bound at hard_hole_fits.hs:14:1)
      Valid hole fits include
        maxBound :: forall a. Bounded a => a
          with maxBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))
        minBound :: forall a. Bounded a => a
          with minBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))

hard_hole_fits.hs:35:27: warning: [GHC-88464] [-Wtyped-holes (in -Wdefault)]
    • Found hole: _ :: Int
    • In an equation for ‘testMe’: testMe (HsDo xd hsc gl) = _
    • Relevant bindings include
        gl :: Language.Haskell.Syntax.Extension.XRec
                GhcPs [ExprLStmt GhcPs]
          (bound at hard_hole_fits.hs:35:21)
        hsc :: HsDoFlavour (bound at hard_hole_fits.hs:35:17)
        xd :: Language.Haskell.Syntax.Extension.XDo GhcPs
          (bound at hard_hole_fits.hs:35:14)
        testMe :: HsExpr GhcPs -> Int (bound at hard_hole_fits.hs:14:1)
      Valid hole fits include
        maxBound :: forall a. Bounded a => a
          with maxBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))
        minBound :: forall a. Bounded a => a
          with minBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))

hard_hole_fits.hs:36:34: warning: [GHC-88464] [-Wtyped-holes (in -Wdefault)]
    • Found hole: _ :: Int
    • In an equation for ‘testMe’: testMe (ExplicitList xel m_se) = _
    • Relevant bindings include
        m_se :: [LHsExpr GhcPs] (bound at hard_hole_fits.hs:36:26)
        xel :: Language.Haskell.Syntax.Extension.XExplicitList GhcPs
          (bound at hard_hole_fits.hs:36:22)
        testMe :: HsExpr GhcPs -> Int (bound at hard_hole_fits.hs:14:1)
      Valid hole fits include
        maxBound :: forall a. Bounded a => a
          with maxBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))
        minBound :: forall a. Bounded a => a
          with minBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))

hard_hole_fits.hs:37:33: warning: [GHC-88464] [-Wtyped-holes (in -Wdefault)]
    • Found hole: _ :: Int
    • In an equation for ‘testMe’: testMe (RecordCon xrc gl hrf) = _
    • Relevant bindings include
        hrf :: HsRecordBinds GhcPs (bound at hard_hole_fits.hs:37:26)
        gl :: Language.Haskell.Syntax.Extension.XRec
                GhcPs (Language.Haskell.Syntax.Pat.ConLikeP GhcPs)
          (bound at hard_hole_fits.hs:37:23)
        xrc :: Language.Haskell.Syntax.Extension.XRecordCon GhcPs
          (bound at hard_hole_fits.hs:37:19)
        testMe :: HsExpr GhcPs -> Int (bound at hard_hole_fits.hs:14:1)
      Valid hole fits include
        maxBound :: forall a. Bounded a => a
          with maxBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))
        minBound :: forall a. Bounded a => a
          with minBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))

hard_hole_fits.hs:38:33: warning: [GHC-88464] [-Wtyped-holes (in -Wdefault)]
    • Found hole: _ :: Int
    • In an equation for ‘testMe’: testMe (RecordUpd xru gl gls) = _
    • Relevant bindings include
        gls :: Either
                 [Language.Haskell.Syntax.Pat.LHsRecUpdField GhcPs]
                 [LHsRecUpdProj GhcPs]
          (bound at hard_hole_fits.hs:38:26)
        gl :: LHsExpr GhcPs (bound at hard_hole_fits.hs:38:23)
        xru :: Language.Haskell.Syntax.Extension.XRecordUpd GhcPs
          (bound at hard_hole_fits.hs:38:19)
        testMe :: HsExpr GhcPs -> Int (bound at hard_hole_fits.hs:14:1)
      Valid hole fits include
        maxBound :: forall a. Bounded a => a
          with maxBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))
        minBound :: forall a. Bounded a => a
          with minBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))

hard_hole_fits.hs:39:40: warning: [GHC-88464] [-Wtyped-holes (in -Wdefault)]
    • Found hole: _ :: Int
    • In an equation for ‘testMe’:
          testMe (ExprWithTySig xewts gl hwcb) = _
    • Relevant bindings include
        hwcb :: Language.Haskell.Syntax.Type.LHsSigWcType
                  (Language.Haskell.Syntax.Extension.NoGhcTc GhcPs)
          (bound at hard_hole_fits.hs:39:32)
        gl :: LHsExpr GhcPs (bound at hard_hole_fits.hs:39:29)
        xewts :: Language.Haskell.Syntax.Extension.XExprWithTySig GhcPs
          (bound at hard_hole_fits.hs:39:23)
        testMe :: HsExpr GhcPs -> Int (bound at hard_hole_fits.hs:14:1)
      Valid hole fits include
        maxBound :: forall a. Bounded a => a
          with maxBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))
        minBound :: forall a. Bounded a => a
          with minBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))

hard_hole_fits.hs:40:34: warning: [GHC-88464] [-Wtyped-holes (in -Wdefault)]
    • Found hole: _ :: Int
    • In an equation for ‘testMe’: testMe (ArithSeq xas m_se asi) = _
    • Relevant bindings include
        asi :: ArithSeqInfo GhcPs (bound at hard_hole_fits.hs:40:27)
        m_se :: Maybe (SyntaxExpr GhcPs) (bound at hard_hole_fits.hs:40:22)
        xas :: Language.Haskell.Syntax.Extension.XArithSeq GhcPs
          (bound at hard_hole_fits.hs:40:18)
        testMe :: HsExpr GhcPs -> Int (bound at hard_hole_fits.hs:14:1)
      Valid hole fits include
        maxBound :: forall a. Bounded a => a
          with maxBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))
        minBound :: forall a. Bounded a => a
          with minBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))

hard_hole_fits.hs:41:33: warning: [GHC-88464] [-Wtyped-holes (in -Wdefault)]
    • Found hole: _ :: Int
    • In an equation for ‘testMe’: testMe (HsTypedBracket xb hb) = _
    • Relevant bindings include
        hb :: LHsExpr GhcPs (bound at hard_hole_fits.hs:41:27)
        xb :: Language.Haskell.Syntax.Extension.XTypedBracket GhcPs
          (bound at hard_hole_fits.hs:41:24)
        testMe :: HsExpr GhcPs -> Int (bound at hard_hole_fits.hs:14:1)
      Valid hole fits include
        maxBound :: forall a. Bounded a => a
          with maxBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))
        minBound :: forall a. Bounded a => a
          with minBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))

hard_hole_fits.hs:42:35: warning: [GHC-88464] [-Wtyped-holes (in -Wdefault)]
    • Found hole: _ :: Int
    • In an equation for ‘testMe’: testMe (HsUntypedBracket xb hb) = _
    • Relevant bindings include
        hb :: HsQuote GhcPs (bound at hard_hole_fits.hs:42:29)
        xb :: Language.Haskell.Syntax.Extension.XUntypedBracket GhcPs
          (bound at hard_hole_fits.hs:42:26)
        testMe :: HsExpr GhcPs -> Int (bound at hard_hole_fits.hs:14:1)
      Valid hole fits include
        maxBound :: forall a. Bounded a => a
          with maxBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))
        minBound :: forall a. Bounded a => a
          with minBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))

hard_hole_fits.hs:43:32: warning: [GHC-88464] [-Wtyped-holes (in -Wdefault)]
    • Found hole: _ :: Int
    • In an equation for ‘testMe’: testMe (HsTypedSplice xs hs) = _
    • Relevant bindings include
        hs :: LHsExpr GhcPs (bound at hard_hole_fits.hs:43:26)
        xs :: Language.Haskell.Syntax.Extension.XTypedSplice GhcPs
          (bound at hard_hole_fits.hs:43:23)
        testMe :: HsExpr GhcPs -> Int (bound at hard_hole_fits.hs:14:1)
      Valid hole fits include
        maxBound :: forall a. Bounded a => a
          with maxBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))
        minBound :: forall a. Bounded a => a
          with minBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))

hard_hole_fits.hs:44:34: warning: [GHC-88464] [-Wtyped-holes (in -Wdefault)]
    • Found hole: _ :: Int
    • In an equation for ‘testMe’: testMe (HsUntypedSplice xs hs) = _
    • Relevant bindings include
        hs :: HsUntypedSplice GhcPs (bound at hard_hole_fits.hs:44:28)
        xs :: Language.Haskell.Syntax.Extension.XUntypedSplice GhcPs
          (bound at hard_hole_fits.hs:44:25)
        testMe :: HsExpr GhcPs -> Int (bound at hard_hole_fits.hs:14:1)
      Valid hole fits include
        maxBound :: forall a. Bounded a => a
          with maxBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))
        minBound :: forall a. Bounded a => a
          with minBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))

hard_hole_fits.hs:45:29: warning: [GHC-88464] [-Wtyped-holes (in -Wdefault)]
    • Found hole: _ :: Int
    • In an equation for ‘testMe’: testMe (HsProc xp pat gl) = _
    • Relevant bindings include
        gl :: LHsCmdTop GhcPs (bound at hard_hole_fits.hs:45:23)
        pat :: Language.Haskell.Syntax.Pat.LPat GhcPs
          (bound at hard_hole_fits.hs:45:19)
        xp :: Language.Haskell.Syntax.Extension.XProc GhcPs
          (bound at hard_hole_fits.hs:45:16)
        testMe :: HsExpr GhcPs -> Int (bound at hard_hole_fits.hs:14:1)
      Valid hole fits include
        maxBound :: forall a. Bounded a => a
          with maxBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))
        minBound :: forall a. Bounded a => a
          with minBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))

hard_hole_fits.hs:46:27: warning: [GHC-88464] [-Wtyped-holes (in -Wdefault)]
    • Found hole: _ :: Int
    • In an equation for ‘testMe’: testMe (HsStatic xs gl) = _
    • Relevant bindings include
        gl :: LHsExpr GhcPs (bound at hard_hole_fits.hs:46:21)
        xs :: Language.Haskell.Syntax.Extension.XStatic GhcPs
          (bound at hard_hole_fits.hs:46:18)
        testMe :: HsExpr GhcPs -> Int (bound at hard_hole_fits.hs:14:1)
      Valid hole fits include
        maxBound :: forall a. Bounded a => a
          with maxBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))
        minBound :: forall a. Bounded a => a
          with minBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))

hard_hole_fits.hs:47:1: warning: [GHC-53633] [-Woverlapping-patterns (in -Wdefault)]
    Pattern match is redundant
    In an equation for ‘testMe’: testMe (XExpr xe) = ...

hard_hole_fits.hs:47:21: warning: [GHC-88464] [-Wtyped-holes (in -Wdefault)]
    • Found hole: _ :: Int
    • In an equation for ‘testMe’: testMe (XExpr xe) = _
    • Relevant bindings include
        xe :: Language.Haskell.Syntax.Extension.XXExpr GhcPs
          (bound at hard_hole_fits.hs:47:15)
        testMe :: HsExpr GhcPs -> Int (bound at hard_hole_fits.hs:14:1)
      Valid hole fits include
        maxBound :: forall a. Bounded a => a
          with maxBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))
        minBound :: forall a. Bounded a => a
          with minBound @Int
          (imported from ‘Prelude’ at hard_hole_fits.hs:8:8-20
           (and originally defined in ‘GHC.Enum’))