ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/DefaultTypeInstance.hs
{-# LANGUAGE TypeFamilies #-}
class Foldable t where
type FoldableConstraint t x :: Constraint
type FoldableConstraint t x = ()
{-# LANGUAGE TypeFamilies #-}
class Foldable t where
type FoldableConstraint t x :: Constraint
type FoldableConstraint t x = ()