summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T6018Dfail.hs
blob: ec69833f1dfaa4a1c4413450bd7242081970c9f7 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE TypeFamilies #-}

module T6018Dfail where

import T6018Bfail

type instance H Bool Int  Char = Int