ghc-exactprint-0.5.7.0: tests/examples/ghc86/TH_class1.hs
{-# LANGUAGE MultiParamTypeClasses, FunctionalDependencies #-}
{-# LANGUAGE TemplateHaskell #-}
module TH_class1 where
$( [d| class Classy a b c d | a -> b c, c -> d where
f :: a -> b -> c -> d
|] )