ghc-exactprint-1.14.0.0: tests/examples/pre-ghc910/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
|] )