summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T1633.hs
blob: fb95956774358e32586c41ecf6738bc68a1b6e2a (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE FlexibleInstances #-}

-- This just tests what the kind error message looks like
-- Trac #1633

module T1633 where

instance Functor Bool