summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_compile/WarningWildcardInstantiations.stderr
blob: 8cfb1f2fe00bee21bd5afc9e28a2f0974d745ab3 (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
TYPE SIGNATURES
  bar :: forall {t} {_}. t -> (t -> _) -> _
  foo :: forall {a}. (Show a, Enum a) => a -> String
Dependent modules: []
Dependent packages: [base-4.13.0.0, ghc-prim-0.6.1,
                     integer-gmp-1.0.2.0]

WarningWildcardInstantiations.hs:5:14: warning: [-Wpartial-type-signatures (in -Wdefault)]
    • Found type wildcard ‘_a’ standing for ‘a’
      Where: ‘a’ is a rigid type variable bound by
               the inferred type of foo :: (Show a, Enum a) => a -> String
               at WarningWildcardInstantiations.hs:6:1-21
    • In the type signature: foo :: (Show _a, _) => _a -> _

WarningWildcardInstantiations.hs:5:18: warning: [-Wpartial-type-signatures (in -Wdefault)]
    • Found type wildcard ‘_’ standing for ‘Enum a’
      Where: ‘a’ is a rigid type variable bound by
               the inferred type of foo :: (Show a, Enum a) => a -> String
               at WarningWildcardInstantiations.hs:6:1-21
    • In the type signature: foo :: (Show _a, _) => _a -> _

WarningWildcardInstantiations.hs:5:30: warning: [-Wpartial-type-signatures (in -Wdefault)]
    • Found type wildcard ‘_’ standing for ‘String’
    • In the type ‘_a -> _’
      In the type signature: foo :: (Show _a, _) => _a -> _

WarningWildcardInstantiations.hs:8:8: warning: [-Wpartial-type-signatures (in -Wdefault)]
    • Found type wildcard ‘_’ standing for ‘t’
      Where: ‘t’ is a rigid type variable bound by
               the inferred type of bar :: t -> (t -> _) -> _
               at WarningWildcardInstantiations.hs:9:1-13
    • In the type ‘_ -> _ -> _’
      In the type signature: bar :: _ -> _ -> _

WarningWildcardInstantiations.hs:8:13: warning: [-Wpartial-type-signatures (in -Wdefault)]
    • Found type wildcard ‘_’ standing for ‘t -> _’
      Where: ‘t’, ‘_’ are rigid type variables bound by
               the inferred type of bar :: t -> (t -> _) -> _
               at WarningWildcardInstantiations.hs:9:1-13
    • In the type ‘_ -> _ -> _’
      In the type signature: bar :: _ -> _ -> _

WarningWildcardInstantiations.hs:8:18: warning: [-Wpartial-type-signatures (in -Wdefault)]
    • Found type wildcard ‘_’ standing for ‘_’
      Where: ‘_’ is a rigid type variable bound by
               the inferred type of bar :: t -> (t -> _) -> _
               at WarningWildcardInstantiations.hs:9:1-13
    • In the type ‘_ -> _ -> _’
      In the type signature: bar :: _ -> _ -> _