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

FD3.hs:15:15: error:
    • Couldn't match type ‘a’ with ‘(String, a)’
        arising from a functional dependency between:
          constraint ‘MkA (String, a) a’ arising from a use of ‘mkA’
          instance ‘MkA a1 a1’ at FD3.hs:12:10-16
      ‘a’ is a rigid type variable bound by
        the type signature for:
          translate :: forall a. (String, a) -> A a
        at FD3.hs:14:1-31
    • In the expression: mkA a
      In an equation for ‘translate’: translate a = mkA a
    • Relevant bindings include
        a :: (String, a) (bound at FD3.hs:15:11)
        translate :: (String, a) -> A a (bound at FD3.hs:15:1)