summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T6018Bfail.hs
blob: 167bf6cc59fa3436e7ea76a5a8daaa0a92ae8203 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE TypeFamilyDependencies #-}

module T6018Bfail where

import Data.Kind (Type)

type family H a b c = (result :: Type) | result -> a b c