ghc-exactprint-0.5.0.0: tests/examples/ghc8/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]"