packages feed

ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/SH_Overlap11_A.hs

{-# OPTIONS_GHC -fwarn-unsafe #-}
{-# LANGUAGE FlexibleInstances #-}
module SH_Overlap11_A (
    C(..)
  ) where

import SH_Overlap11_B

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