summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T16059c.stderr
blob: 3beef8141239ee7a290916825a8afbb79f49ad44 (plain)
1
2
3
4
5
6

T16059c.hs:6:6: error:
    • Illegal polymorphic type: forall a1. a1
    • In the expansion of type synonym ‘Foo’
      In the type signature: f :: Foo -> a -> f
    Suggested fix: Perhaps you intended to use RankNTypes