summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T15552a.stderr
blob: f7a6094d9ec415982f3d787329ee93a59421ae70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

T15552a.hs:26:9: error:
    • Illegal nested type family application ‘GetEntryOfVal
                                                (FirstEntryOfVal v kvs)’
      (Use UndecidableInstances to permit this)
    • In the equations for closed type family ‘FirstEntryOfVal’
      In the type family declaration for ‘FirstEntryOfVal’

T15552a.hs:26:9: error:
    • Illegal nested type family application ‘EntryOfValKey
                                                (FirstEntryOfVal v kvs)’
      (Use UndecidableInstances to permit this)
    • In the equations for closed type family ‘FirstEntryOfVal’
      In the type family declaration for ‘FirstEntryOfVal’

T15552a.hs:26:9: error:
    • Illegal nested type family application ‘EntryOfValKey
                                                (FirstEntryOfVal v kvs)’
      (Use UndecidableInstances to permit this)
    • In the equations for closed type family ‘FirstEntryOfVal’
      In the type family declaration for ‘FirstEntryOfVal’