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