summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T9109.stderr
blob: f8224176bdbe48f325e81880c2d276d54d862836 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

T9109.hs:8:13: error:
    • Could not deduce ‘p ~ Bool’
      from the context: a ~ Bool
        bound by a pattern with constructor: GBool :: G Bool,
                 in an equation for ‘foo’
        at T9109.hs:8:5-9
      ‘p’ is a rigid type variable bound by
        the inferred type of foo :: G a -> p
        at T9109.hs:8:1-16
    • In the expression: True
      In an equation for ‘foo’: foo GBool = True
    • Relevant bindings include foo :: G a -> p (bound at T9109.hs:8:1)
    Suggested fix: Consider giving ‘foo’ a type signature