summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T15552a.stderr
blob: af168c8d082aacc3749d39ade5f04bd2c6841105 (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

T15552a.hs:26:9: error:
    • Illegal nested use of type family ‘FirstEntryOfVal’
        in the arguments of the 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 use of type family ‘FirstEntryOfVal’
        in the arguments of the 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 use of type family ‘FirstEntryOfVal’
        in the arguments of the 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’