summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_compile/ClosedFam2.hs
blob: fb7d67b2f5aa8f5744c7f99b95a6bba20e14810d (plain)
1
2
3
4
5
6
7
8
9
{-# LANGUAGE TypeFamilies #-}

module ClosedFam2 where

import ClosedFam2a

type family Foo a where
  Foo Int = Bool
  Foo [a] = Maybe a