summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/should_run/T11825.hs
blob: c3dd32ea41306d4f83e17aaab722857b5802eba5 (plain)
1
2
3
4
{-# LANGUAGE FunctionalDependencies #-}

class X a b | a -> b where
  to :: a -> b