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