summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T13420.stdout
blob: 9e8d7a6b7ffe751604e981b91ab5840dd60e8828 (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:5:1