ghc-exactprint-0.5.3.1: tests/examples/ghc80/SH_Overlap7_A.hs
{-# OPTIONS_GHC -fwarn-unsafe #-}
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE Safe #-}
module SH_Overlap7_A (
C(..)
) where
import SH_Overlap7_B
instance
{-# OVERLAPS #-}
C [Int] where
f _ = "[Int]"