packages feed

HaRe-0.8.4.0: test/testdata/Renaming/WildCard.expected.hs

{-# LANGUAGE PartialTypeSignatures #-}

module Renaming.WildCard where

-- | This will be read from a configuration, eventually
taggedPlugins2 :: Plugin _
taggedPlugins2 = undefined

data Plugin  a = Plugin a