summaryrefslogtreecommitdiff
path: root/testsuite/tests/dependent/should_fail/BadTelescope2.stderr
blob: f5aee5a1ebc57a4d09dc0e10ef878e9200467ef8 (plain)
1
2
3
4
5
6

BadTelescope2.hs:9:15: error:
    • These kind and type variables: a k (b :: k)
      are out of dependency order. Perhaps try this ordering:
        k (a :: k) (b :: k)
    • In the type signature: foo :: forall a k (b :: k). SameKind a b