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

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

module T1633 where

instance Functor Bool