packages feed

ghc-exactprint-0.5.0.0: tests/examples/ghc8/SH_Overlap2_A.hs

{-# LANGUAGE Safe #-}
{-# LANGUAGE FlexibleInstances #-}
module SH_Overlap2_A (
    C(..)
  ) where

import SH_Overlap2_B

instance
  {-# OVERLAPS #-}
  C [Int] where
    f _ = "[Int]"