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

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