summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T17563.hs
blob: 565cd9f59eac82d62c815cf7d906e90e6adb9ed6 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE Haskell2010 #-}
{-# LANGUAGE QuantifiedConstraints #-}

module T17563 where

blah :: (forall a. a b ~ a c) => b -> c
blah = undefined