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