summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T13420.stdout
blob: 030b902677b8a97d3a03d36f2ee40da2c3b025ca (plain)
1
2
3
4
5
6
type F :: * -> *
type family F a where
    F [Int] = Bool
    F [a] = Double
    F (a b) = Char
  	-- Defined at T13420.hs:4:1