summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T13420.hs
blob: 6b84e65cb219cf14af578d1f7b5ac9f93b7fc064 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE TypeFamilies #-}
module T13420 where

type family F a where
  F [Int] = Bool
  F [a]   = Double
  F (a b) = Char