summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/prog001/A.hs
blob: 4cef40ee75822a79eb0764601f3cdfb0d659292b (plain)
1
2
3
4
5
{-# LANGUAGE MultiParamTypeClasses, FunctionalDependencies #-}
module A where

class Matrix a fa | a -> fa where
    row :: [a] -> fa