ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/SH_Overlap8_A.hs
{-# LANGUAGE Safe #-}
{-# LANGUAGE FlexibleInstances #-}
module SH_Overlap8_A (
C(..)
) where
class C a where
f :: a -> String
instance
{-# OVERLAPS #-}
C [Int] where
f _ = "[Int]"