summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_fail/Overlap4.hs
blob: 3399c614b888734370ce8206af37414800b64cee (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE TypeFamilies #-}

module Overlap4 where

type family F a b where
  F Int Int = Bool
  F Bool = Maybe