summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/typecheck/prog001/C.hs
blob: 6c33aaa175c7a2aceba60460b04898c6e4acc8db (plain)
1
2
3
4
5
6
7
8
9
module C where

-- !!! a test for missing instances w/ functional dependencies 
-- (failed in GHC 5.00.2)

import A
import B

ct0a = row [True,False,True,False]