summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_fail/T9036.stderr
blob: 0f783738bac54eaf21d6757ba396cb06740ee6f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

T9036.hs:18:17: error:
    • Couldn't match type: GetMonad t0
                     with: GetMonad t
      Expected: Maybe (GetMonad t after) -> Curried t [t]
        Actual: Maybe (GetMonad t0 after) -> Curried t0 [t0]
      NB: ‘GetMonad’ is a non-injective type family
      The type variable ‘t0’ is ambiguous
    • In the ambiguity check for ‘simpleLogger’
      To defer the ambiguity check to use sites, enable AllowAmbiguousTypes
      In the type signature:
        simpleLogger :: Maybe (GetMonad t after) -> t `Curried` [t]