packages feed

haskell-tools-refactor-0.4.1.2: examples/Refactor/OrganizeImports/InstanceCarry/TCWithInst.hs

module Refactor.OrganizeImports.InstanceCarry.TCWithInst where

import Refactor.OrganizeImports.InstanceCarry.DataType

class D t where
  g :: t -> t

instance D A where
  g = id