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