summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_compile/T3208b.stderr
blob: 216b14f095d7c8b085b66ce617c6e461d49a9626 (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

T3208b.hs:15:10: error:
    • Could not deduce (OTerm o0 ~ STerm a) arising from a use of ‘fce’
      from the context: (OTerm a ~ STerm a, OBJECT a, SUBST a)
        bound by the type signature for:
                   fce' :: forall a c.
                           (OTerm a ~ STerm a, OBJECT a, SUBST a) =>
                           a -> c
        at T3208b.hs:14:1-56
      The type variable ‘o0’ is ambiguous
    • In the expression: fce (apply f)
      In an equation for ‘fce'’: fce' f = fce (apply f)
    • Relevant bindings include
        f :: a (bound at T3208b.hs:15:6)
        fce' :: a -> c (bound at T3208b.hs:15:1)

T3208b.hs:15:15: error:
    • Could not deduce (STerm o0 ~ STerm a)
        arising from a use of ‘apply’
      from the context: (OTerm a ~ STerm a, OBJECT a, SUBST a)
        bound by the type signature for:
                   fce' :: forall a c.
                           (OTerm a ~ STerm a, OBJECT a, SUBST a) =>
                           a -> c
        at T3208b.hs:14:1-56
      NB: ‘STerm’ is a non-injective type family
      The type variable ‘o0’ is ambiguous
    • In the first argument of ‘fce’, namely ‘(apply f)’
      In the expression: fce (apply f)
      In an equation for ‘fce'’: fce' f = fce (apply f)
    • Relevant bindings include
        f :: a (bound at T3208b.hs:15:6)
        fce' :: a -> c (bound at T3208b.hs:15:1)