packages feed

haskell-tools-builtin-refactorings-1.0.1.1: test/ExtensionOrganizerTest/FlexibleInstancesTest/SynonymTopLevelTyVar.hs

{-# LANGUAGE MultiParamTypeClasses,
             TypeOperators,
             FlexibleInstances
             #-}

module SynonymTopLevelTyVar where

import Definitions

{-# ANN module "HLint: ignore Redundant bracket" #-}

-- There are two matches, because there are two top-level tyvars

instance C2 a a where  {-* FlexibleInstances, FlexibleInstances, MultiParamTypeClasses *-}
  f2 _ _ = True

-- extra check for the brackets around "d"
instance C2 ((PPlusSyn a b) c) (d) where  {-* FlexibleInstances, MultiParamTypeClasses, TypeSynonymInstances *-}
  f2 _ _ = True