summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/T20654b.hs
blob: 54e400fc896b42171635401b7040392ad769139a (plain)
1
2
3
4
5
6
7

{-# LANGUAGE ImplicitParams, ImpredicativeTypes #-}

module T20654b where

bar :: (?ip1 :: ?ip2 :: Int) => Int
bar = ?ip2