summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/should_run/T11825.stdout
blob: 9ab7b1be0cdeb32ea858d87a7419feed861c4afd (plain)
1
2
3
4
class X a b | a → b where
  to ∷ a → b
  {-# MINIMAL to #-}
  	-- Defined at T11825.hs:3:1