summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail091.hs
blob: e64d1f512cbe2922a6d6b4f5b7eb71b140309041 (plain)
1
2
3
4
5
6
7
8
9
{-# LANGUAGE ImplicitParams #-}

-- !!! Illegal superclass constraint
-- These examples actually crashed GHC 4.08.2

module ShouldFail where

class (?imp :: Int) => C t where